Hi,
When subscribing to market depths, via the websocket, using the depth.subscribe method, is it possible to pass multiple markets to subscribe to in a single websocket connection? Or do we need to open multiple websocket connections, on for each market we want to subscribe to?
Would be nice to be able to do something like:
{
"method":"depth.subscribe",
"params":[["ETHBTC",100,"0.00001"],["EOSUSDT",100,"0.1"]],
"id":100
}