[Request] WS clear subscribe response

When using the “subscribe” method to subscribe a stream, we always get the same response from binance:
{“result”:null,“id”:1} (when using 1 as id)
Regardless if we try to subscribe to “abfskfd@depth” or “btcusdt@depth”, it looks the same, while the first one obviously is a non existing stream.

Request:
Make this response meaningful by adding information which stream was subscribed successful and which not. This is important for typos and also for delisted pairs. You could also return, if the pair is currently in HALT mode.
Everything that helps the user to find out, why they are not receiving any weboscket messages for a particular stream.

  • Client should provide correct stream name.
  • Pair status can be found from GET /api/v3/exchangeInfo