Market orderbooks
Returns a WebSocket stream of orderbooks for specified markets.<br/> Orderbooks are delivered using a sequence of snapshot and update messages.<br/> Zero value of the size response field for asks or bids means negative update.<br/> If you are falling behind (slow client) you will get warning message first, then error message and disconnection will happen.
Query parameters
Comma separated list of markets or market patterns like exchange-* or exchange-*-spot or *USDT-future.<br/> Use a corresponding /catalog-all-v2/market-{dataType} endpoint for the full list of supported markets for a given data type.
Book depth limit.
What data should be sent upon a connection.<br/> By default the latest values are sent just before real-time data.
Human-readable formatting of JSON responses.
Response
Orderbook WebSocket message.