Bitrue-exchange / Spot-official-api-docs

Official Spot API Documentation
42 stars 27 forks source link

Orderbook unsubscribe not working #42

Open alexander-hagen opened 7 months ago

alexander-hagen commented 7 months ago

I have successfully subscribed to the orderbook channel but am unable to unsubscribe. This is my request.

{     "event":"unsub",     "params":{         "cb_id":"btcusdt",         "channel":"market_btcusdt_simple_depth_step0"     } }

This request times out and no response is received. Can you please provide an example on how to unsubscribe from the orderbook.

According to the documentation, the unsubscribe response does not have an “event_rep” element. If indeed not available, may I request to have it added to allow differentiating response messages!