Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Cexio client fix of "ticker" subscription + implementation of "l2update" #310

Open
maxi-rh opened this issue Nov 18, 2021 · 1 comment
Open

Comments

@maxi-rh
Copy link

maxi-rh commented 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.

@maxi-rh
Copy link
Author

maxi-rh commented Nov 18, 2021

Please check my variant of this implementation: #311

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant