carkod / binbot

An API, React app dashboard, Telegram bot to monitor and trigger bots for cryptocurrency trading
5 stars 7 forks source link

Dump python-binance module #469

Closed carkod closed 1 year ago

carkod commented 1 year ago

The Python module currently being used does not have the entire set of margin loans fees and interest endpionts https://binance-docs.github.io/apidocs/spot/en/#query-margin-interest-rate-history-user_data

Alternative is using binance-connector, but that one is missing all the wapi endpoints. And it cannot be used in conjunction with python-binance module, because they both are called binance

For now just using custom apis.py which needs to be written every time there is a new endpoint.