I have been playing with API to get the value of all my assets in BTC.
By the documentation, seems like using accountSnapshot is the way to go, as it returns a snapshot of the wallet for each day.
However, it seems to return incorrect value, when compared to the Binance estimate. If it wasn’t a big difference, I wouldn’t even mind, but instead of 0.2 BTC, it shows 0.17 BTC.
Is it not working properly or what? Do I need to use account method instead and get all my various crypto assets, convert each one of them to BTC?