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.
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.