sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

Level 3 websocket data no longer available? #90

Open knoghax opened 3 years ago

knoghax commented 3 years ago

I tried to run the code you have for the websockets while subscribing only to the '/market/level3:BTC-USDT' data, but it seems like this produces no output.

Also, just checked Kucoin's API documentation and couldn't find anything related to subscribing to level3 data (although I remember well that there used to be a section with info on the level3 data).

Is it possible that they have erased this channel from their API?