Best bid offer (BBO)
Real-time updates of the best bid and ask prices and amounts for a specific symbol. Updates are sent whenever the top of book changes.
Params
{
"method": "subscribe",
"params": {
"source": "bbo",
"symbol": "BTC"
}
}Stream
{
"channel": "bbo",
"data": {
"s": "BTC",
"i": 1234567890,
"li": 1325476098,
"t": 1764133203991,
"b": "87185",
"B": "1.234",
"a": "87186",
"A": "0.567"
}
}Field
Type
Description
Last updated