When subscribing to the trades stream using a message like this
{"method":"SUBSCRIBE","params":["btcusdt@trade"],"id":10}
a success response
{"result":null,"id":10}
is sent and data will start coming in. Trying to unsubscribe however doesn’t stop the stream, even though a success response is received.
Unsubscribe request:
{"method":"UNSUBSCRIBE","params":["btcusdt@trade"],"id":12}
Response:
{"result":null,"id":12}
Seems to be only happening for the @trade
stream