Topic: /spotMarket/level1:{symbol},{symbol}#
The system will return the 1 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 10ms
Subscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/spotMarket/level1:BTC-USDT",
"response": true
}
Response#
Example{
"topic": "/spotMarket/level1:BTC-USDT",
"type": "message",
"subject": "level1",
"data": {
"asks": [
"68145.8",
"0.51987471"
],
"bids": [
"68145.7",
"1.29267802"
],
"timestamp": 1729816058766
}
}