Hello,
I encountered an issue when using the myTrades
endpoint. When I call this endpoint for several available symbols, it returns an empty list, even though the transaction report downloaded from Binance shows trades for these symbols.
I’ve observed this behavior for the past three months. Previously, the myTrades
endpoint would correctly return the trades for the requested symbols.
This is the request I’ve been using: https://api.binance.com/api/v3/myTrades?symbol=BTCBUSD&limit=1000&recvWindow=60000&fromId=0×tamp=1730023447653&signature=...
, which now no longer returns the expected results.
I would appreciate any suggestions or guidance on how I might resolve this issue, or if there are specific settings to configure to ensure that I receive the correct data.
Thank you in advance for your help!