fengster123

Results 2 comments of fengster123

> > The API call for this on Binance is documented here: https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#cancel-all-open-orders-on-a-symbol-trade > > in client.py: > > ``` > > def cancel_orders(self, **params): > > return self._delete('openOrders', True,...

> i also got the error ( RuntimeError 'This event loop is already running') when i use the Spyder IDE. When I run the sample from the terminal the error...