sammchardy / python-binance

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

get_binance_balance changing method get to post #1310

Closed ThomasHoutrique closed 1 year ago

ThomasHoutrique commented 1 year ago

Hello, The request has to be sent as a post request not as a get request : https://binance-docs.github.io/apidocs/spot/en/#user-asset-user_data

sammchardy commented 1 year ago

Thanks @ThomasHoutrique