LIST_SUBSCRIPTIONS

{
“method”: “LIST_SUBSCRIPTIONS”,
“id”: 3
}
this method doesnot return list of subscriptions

The websocket does not directly return the list of subscriptions. A message will eventually be streamed with the following schema.

{"result":["btcusdt@aggTrade"],"id":3}
1 Like