Hello,
I am trying to retrieve all of my trades from the time I registered on Binance (in 2021) using the Binance API. However, I am encountering an issue.
When I make the following API call:
API Call : https://api.binance.com/api/v3/myTrades
Param : params = {
‘symbol’: ELGDLUSDT,
‘startTime’: 2021-01-01’,
}
The query works fine, but I am only able to fetch trades from 2023 and 2024.
Could you please advise on how to retrieve all my trades since my Binance registration in 2021? Is there a limitation in the API, or do I need to apply any additional parameters?