Genyok

Results 2 comments of Genyok

From the binance api documentation. 2023-06-28 Notice: REST The following endpoints will no longer be supported from 2023-07-15: GET /fapi/v1/account GET /fapi/v1/balance GET /fapi/v1/positionRisk Please switch to corresponding v2 endpoints:...

Make the changes yourself in manager.py. Here are the changes that I made for myself. Function_create_futures_api_uri in manager.py. ```python def _create_futures_api_uri(self, path): if path == 'balance': api_version = self.FUTURES_API_VERSION2 elif...