Topic:/spotMarket/level2Depth5:{symbol},{symbol}#
The system will return the 5 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/level2Depth5:BTC-USDT",
"response": true
}
Response#
Example{
"topic": "/spotMarket/level2Depth5:BTC-USDT",
"type": "message",
"subject": "level2",
"data": {
"asks": [
[
"67996.7",
"1.14213262"
],
[
"67996.8",
"0.21748212"
]
],
"bids": [
[
"67996.6",
"0.37969491"
],
[
"67995.3",
"0.20779746"
]
],
"timestamp": 1729822226746
}
}