sammchardy / python-binance

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

v1/balance is retired, please use GET /fapi/v2/balance #1349

Closed ProKirill999 closed 11 months ago

ProKirill999 commented 11 months ago

Describe the bug Hello, while getting futures account balance, get this error: APIError(code=-5000): GET /fapi/v1/balance is retired, please use GET /fapi/v2/balance

dennislwy commented 11 months ago

i also start facing the same error since a day ago

zweix123 commented 11 months ago

This PR is solving this problem.

alexrmacleod commented 10 months ago

got the same error