You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
I've noticed that ccxws subscribes to the event that responds with "tick" event which only gives a pair and the price without the volume. I believe this is not really useful so I added "ticker" request instead which returns useful information similar to other exchanges.
There is no "l2update" subscription either, but cexio allows to subscribe to "order-book-subscribe" event which then responds with "md-update" event, which includes order book details basically.
The text was updated successfully, but these errors were encountered:
maxi-rh
pushed a commit
to maxi-rh/ccxws
that referenced
this issue
Nov 18, 2021
I've noticed that ccxws subscribes to the event that responds with "tick" event which only gives a pair and the price without the volume. I believe this is not really useful so I added "ticker" request instead which returns useful information similar to other exchanges.
There is no "l2update" subscription either, but cexio allows to subscribe to "order-book-subscribe" event which then responds with "md-update" event, which includes order book details basically.
The text was updated successfully, but these errors were encountered: