Note: If both
startTime
andendTime
are sent,limit
should not be sent AND the distance betweenstartTime
andendTime
must be less than 24 hours.
If you request data for a range of dates, first the data was given for 24 hours, then for 1 hour.
Now, after updating 2022-12-05, the data is only given for 1000 trades!
This is very little, catastrophically.
Now, if I want to download data for one trading pair for 24h, I have to wait for almost a day))
And if you want to get data for several coins, or for a month?
If limit not provided, regardless of used in combination or sent individually, the endpoint will use the default limit.
https://binance-docs.github.io/apidocs/spot/en/#change-log
- Changes to
GET /api/v3/aggTrades
- New behavior:
startTime
andendTime
can be used individually and the 1 hour limit has been removed.
- If
limit
not provided, regardless of used in combination or sent individually, the endpoint will use the default limit.
The maximum limit is 1000 trades. This is very little…
Has this problem not affected anyone yet this week?!