Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggTrades and historicalTrades return incomplete data. #376

Open
b1-88er opened this issue Nov 23, 2024 · 2 comments
Open

aggTrades and historicalTrades return incomplete data. #376

b1-88er opened this issue Nov 23, 2024 · 2 comments

Comments

@b1-88er
Copy link

b1-88er commented Nov 23, 2024

https://api.binance.com/api/v3/aggTrades?fromId=1&limit=10&symbol=DOGEUSDT
https://api.binance.com/api/v3/historicalTrades?fromId=1&limit=10&symbol=DOGEUSDT

Even though I set "fromId" to be 1 I get data starting from 437921759. This is regardless of the ticker, ETHUSDT is the same thing. Data used to be available from the Id 1. If that changed for this endpoint is there another way other than downloading the zip files?

@tachikoma-av
Copy link

you can download them zip files directly from https://data.binance.vision/?prefix=data/ , aggTrades are there 100%, not sure about historical trades

@b1-88er
Copy link
Author

b1-88er commented Dec 2, 2024

I am aware. However when asking the trades since id=1 I get ones starting from 437921759. Having such gap doesn't feel right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants