Fixed Size Order Book
Channel Update Frequency: 100ms
This order book depth channel sends a snapshot of the entire order book every 50ms.
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: [depthL10:BTC-USD-SWAP-LIN]
, valid book sizes are: depthL5
depthL10
depthL25
Channel Update Fields
Fields
Type
Description
table
STRING
depthL10
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
marketCode
STRING
marketCode
timestamp
STRING
Millisecond timestamp
action
STRING
Last updated