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
Hi there! First of all, thanks a lot for all your work. Without your libraries I doubt I would have been able to immerse myself in dealing with Binance or Kucoin APIs.
I do have a question about the Websocket. When I subscribe to get all the symbols ('/market/ticker:all') the response does only contain the "data" object, so it does not say to what pair does it relate to.
Is there any way of bringing the "subject" object as well?
Hi there! First of all, thanks a lot for all your work. Without your libraries I doubt I would have been able to immerse myself in dealing with Binance or Kucoin APIs.
I do have a question about the Websocket. When I subscribe to get all the symbols
('/market/ticker:all')
the response does only contain the "data" object, so it does not say to what pair does it relate to.Is there any way of bringing the "subject" object as well?
response from code above:
{'bestAsk': '5.8412', 'bestAskSize': '98.0368', 'bestBid': '5.82', 'bestBidSize': '9.476', 'price': '5.8323', 'sequence': '1615121675585', 'size': '1.9945', 'time': 1639786832796}
Kucoin Documentation response example with the subject object:
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: