Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme example comment mistake for Websocket part #106

Open
InfectedIsm opened this issue Dec 15, 2021 · 0 comments
Open

Readme example comment mistake for Websocket part #106

InfectedIsm opened this issue Dec 15, 2021 · 0 comments

Comments

@InfectedIsm
Copy link

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

It seems to me that :

  • "BTC Symbol snapshots" should be "BTC Market snapshot"
  • "KCS-BTC Market snapshots" should be "KCS-BTC Symbol snapshots"

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
@InfectedIsm InfectedIsm changed the title Readme example comment typo for Websocket part Readme example comment mistake for Websocket part Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant