Get BBO
Get best bid and offer for all instruments.
get/v1/info/bbo
Query parameters
instrument_idinteger
Instrument ID
Response
BBO response.
Example response
[
{
"instrument_id": 1,
"bid_price": "99.50",
"bid_quantity": "10.00",
"ask_price": "100.50",
"ask_quantity": "10.00",
"timestamp": 1767225600000
}
]