About Account Snapshots

Hello,

I tried to retrieve the account snapshots since the beginning through the Binance API (account_snapshots) and I was only able to retrieve data from the 9th of May whereas I started to trade from the 4th of May ( for which data was retrieved previously)

Would you know why older data is not retrieved?

Best regards,

Niroo

Hey,
Could you be more specific on the parameters you used?

Hey,

Here is the piece of my code:

from binance.spot import Spot
import datetime

snapshot=binance_api.account_snapshot(type=‘SPOT’,limit=30,startTime=datetime.datetime(2024,5,5)

The first element of snapshot[‘snapshotVos’] is at the 9th of May whereas before I could have gotten it at the 5th of May.

Best regards,

Niroo