sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.15k stars 2.23k forks source link

client.get_deposit_history() does not return fiat currencies (such as EUR) #609

Open Pitozzi opened 4 years ago

Pitozzi commented 4 years ago

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.

jotaraul commented 3 years ago

I've found the same issue, unable to retrieve the depostis of fiat currencies.

kucharskim commented 3 years ago

Currently not supported by Binance API, see binance/binance-spot-api-docs#20

MWFIAE commented 3 years ago

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! :)