Orderbook Notification
Subscribe to this topic to receive notifications about orderbook updates for specific trading pairs.
Last updated
Subscribe to this topic to receive notifications about orderbook updates for specific trading pairs.
Last updated
Field | Type | Note |
---|---|---|
Field | Type | Note |
---|---|---|
Index | Type | Note |
---|---|---|
market
level
Price aggregation level
count
Number of bids/ask price slots, count can not be larger than 50, and only take effect when snapshot is true.
snapshot
Default to false. If true, the client will receive full notification with up to count
bid/ask price slots when at least one slot has update.
104107
Invalid topic or parameters
topic
JSON
Topic and parameters
ts
integer
Notification timestamp (milliseconds)
startVersion
integer
Previous version number
endVersion
integer
Updated versionnumber
data
The orderbook
bids
List[List[string]]
PriceSlot array for bids
asks
List[List[string]]
PriceSlot array for asks
1
string
Price
2
string
Amount (quantity of base token)
3
string
Total (quantity of quote token)
4
string
Number of orders at this price