Best Bid/Ask
Channel Update Frequency: Real-time
This websocket subscription streams the best bid and ask in real-time. Messages are pushed on every best bid/ask update in real-time
Request Parameters
Parameters
Type
Required
Description
op
STRING
Yes
subscribe
tag
INTEGER or STRING
No
If given it will be echoed in the reply
args
LIST
Yes
List of individual markets <bestBidAsk>:<marketCode>
e.g: ["bestBidAsk:BTC-USD-SWAP-LIN"]
Channel Update Fields
Fields
Type
Description
table
STRING
bestBidAsk
data
DICTIONARY
ask
LIST of floats
Sell side depth;
price
quantity
bid
LIST of floats
Buy side depth;
price
quantity
checksum
LONG
marketCode
STRING
marketCode
timestamp
STRING
Millisecond timestamp
Last updated