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

Readme example comment mistake for Websocket part #106

Open InfectedIsm opened 2 years ago

InfectedIsm commented 2 years ago

Hi, first of all thank you for your code, it is a precious help.

It seems to me that :

as per Kucoin documentation here : https://docs.kucoin.com/#symbol-snapshot

 # Note: try these one at a time, if all are on you will see a lot of output

    # ETH-USDT Market Ticker
    await ksm.subscribe('/market/ticker:ETH-USDT')
    **# BTC Symbol Snapshots**
    await ksm.subscribe('/market/snapshot:BTC')
    **# KCS-BTC Market Snapshots**
    await ksm.subscribe('/market/snapshot:KCS-BTC')
    # All tickers