python-binance
python-binance copied to clipboard
Is any plan to update python-binance to use the new binance api just like binance-connector-python?
Hello @iswarm,
Which new binance API?
For OTO and OTOCO type orders, only client.ws_create_oto_order and client.ws_create_otoco_order are encapsulated in binance.client.py. Are these only applicable to WebSocket methods and not usable for REST API calls? If that's the case, is there a need to encapsulate functions for the REST API type?