Hello,
since few days, the endpoint for account snapshot didn’t work well for me : it returns only a partial view of my account’s assets, and now, it returns nothing.
Has anyone else have problems with it ?
Thanks for help !
Hello,
since few days, the endpoint for account snapshot didn’t work well for me : it returns only a partial view of my account’s assets, and now, it returns nothing.
Has anyone else have problems with it ?
Thanks for help !
Some precisions : I get each day a daily snapshot between 01:00 and 03:00 of the day, and i just find that now, the last snapshot is take before 00:00. So I’ve got a mistake by using my timestamp interval.
But I’ve still got the issues of missing assets in my snapshot : some tokens in the wallet is not correctly returned, despite I have it in the wallet
Hi @Naoclis, yes, the snapshot is taken at 23:59:59 of previous day.
For “But I’ve still got the issues of missing assets in my snapshot : some tokens in the wallet is not correctly returned, despite I have it in the wallet”, please provide returned example and the expected, so we can have more details on your use case. Thx
I also have this issue…the btc value is incorrect practically every day and I have coins missing and sometimes no coins at all…
Hi @Andy_Jacko, can you share your use case in the following format for easier understanding please:
( Note that the snapshot is taken at 23:59:59 of previous day and with type=“SPOT” is expected to not return data from Margin/ Futures/ Funding / Earn/ Pool and others. )
Hello,
I do some tests and I discover :
So I change my code to finally only use the lastest snapshot return without using “startTime” and “endTime”, but I’m curious to understand why those parameters cause sometimes an error.
Thank you, we’ll forward your report internally.
Hey @Naoclis, just wanted to obtain more details:
I was using https://api.binance.com/sapi/v1/accountSnapshot?type=SPOT
I expected to have all my available spot coin amounts and the BTC value
I sometimes received correct amounts, sometimes nonsense amounts and more often than not I had coins missing and sometimes no coins at all
I’m sorry I can’t provide any actual responses because I plain just stopped using the snapshot API and wrote my own code to grab my available coin balances and approximate the BTC value then set up a cron on my server to run the script for me every day, which works fine