Topic:/spotMarket/level2Depth50:{symbol},{symbol}#
The system will return the 50 best ask/bid orders dataA topic supports up to 100 symbols.If there is no change in the market, data will not be pushed
Push frequency: once every 100msSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/spotMarket/level2Depth50:BTC-USDT",
"response": true
}
Response#
Example{
"topic": "/spotMarket/level2Depth50:BTC-USDT",
"type": "message",
"subject": "level2",
"data": {
"asks": [
[
"95964.3",
"0.08168874"
],
[
"95967.9",
"0.00985094"
]
],
"bids": [
[
"95964.2",
"1.35483359"
],
[
"95964.1",
"0.01117492"
]
],
"timestamp": 1733124805073
}
}