nielskool

Results 4 issues of nielskool

client.cancel_all_orders('DATX-BTC') cancels all orders not only the ones from DATX-BTC.

Hi, First of all, great library. I've been using it for quite some time now. The new Kucoin API offers level 3 MatchEngine which I could use very much. So...

I run python 3.5.2 When I try to use the websocket features it raises an error at: MAX_RECONNECTS: int = 5 Is there something I need for python to allow...

The function get_ticker has the optional variable symbol but doesnt work when symbol is not set. ``` def get_ticker(self, symbol): data = { 'symbol': symbol } return self._get('market/orderbook/level1', False, data=data)...