Orderbook Notification
Subscribe to this topic to receive notifications about orderbook updates for specific trading pairs.
Rules
Parameters
Parameter
Note
Status code
Value
Note
Notification example
{
"topic": {
"topic:": "orderbook",
"market": "LRC-USDT",
"level": 0
},
"ts": 1584717910000,
"startVersion": 1212121,
"endVersion": "1212123",
"data": {
"bids": [
[
"295.97", //price
"456781000000000", //size
"3015000000000", //volume
"4" //count
]
],
"asks": [
[
"298.97",
"456781000000000000",
"301500000000000",
"2"
]
]
}
}Data Model
Notification
Field
Type
Note
OrderBook
Field
Type
Note
PriceSlot
Index
Type
Note
Last updated