Custom websocket channel for different enpoints #932
Unanswered
kieran-mackle
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure I exactly understand without a code example, but I think you're probably looking for You can see examples of its use in the Bequant exchange among many others. (Note that Hope that helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on adding support for Bybit spot websocket, and am almost finished. However, I am having trouble figuring out how to specify the
websocket_channels
when the spot endpoint has different channel names than the futures endpoints. For example, the L2_BOOK channel endpoint is "orderbook" for spot, but "orderBook_200.100ms" for futures. Is there a way to use "orderbook" whenever the spot endpoint is used?Thanks
Beta Was this translation helpful? Give feedback.
All reactions