Open Pitozzi opened 4 years ago
I've found the same issue, unable to retrieve the depostis of fiat currencies.
Currently not supported by Binance API, see binance/binance-spot-api-docs#20
There are now fiat endpoints available: https://binance-docs.github.io/apidocs/spot/en/#fiat-endpoints
Would be great to see them in this sdk soon! :)
I'm trying to get all deposits from my account in real time, however, it seems that fiat currenices are invisible. This is problematic, because it's hard to know if my balances increase because of good trades or because of a deposit.
EUR is visible with client.get_asset_balance(asset='EUR') so it should be visible as well with deposits and withdrawals.
Same issue probably exists with get_withdrawal_history.