Full Order Book
Channel Update Frequency: 100ms
This order book depth channel sends a snapshot of the entire order book every 100ms.
Request Parameters
Parameters
Type
Required
Description
op
STRING
Yes
subscribe
tag
INTEGER or STRING
No
If given it will be echoed in the reply and the max size of tag
is 32
args
LIST
Yes
List of individual markets <depth>:<marketCode>
e.g: [depth:BTC-USD-SWAP-LIN]
Channel Update Fields
Fields
Type
Description
table
STRING
depth
data
DICTIONARY
seqNum
INTEGER
Sequence number of the order book snapshot
asks
LIST of floats
Sell side depth;
price
quantity
bids
LIST of floats
Buy side depth;
price
quantity
checksum
INTEGER
checksum
marketCode
STRING
marketCode
timestamp
INTEGER
Millisecond timestamp
action
STRING
Last updated