Topic: /contractMarket/level2Depth50:{symbol}#
The system will return the 50 best ask/bid orders dataIf there is no change in the market, data will not be pushed
Subscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contractMarket/level2Depth50:XBTUSDTM",
"response": true
}
Response#
Example{
"topic": "/contractMarket/level2Depth50:XBTUSDTM",
"type": "message",
"subject": "level2",
"sn": 1731680249700,
"data": {
"bids": [
[
"89778.6",
1534
],
[
"89778.2",
54
]
],
"sequence": 1709294490099,
"timestamp": 1731680249700,
"ts": 1731680249700,
"asks": [
[
"89778.7",
854
],
[
"89779.2",
4
]
]
}
}