curl
Public
Get Best Bid Offer (BBO)
Returns the best bid and best ask for a market, derived from the orderbook snapshot. Returns null for bestBid/bestAsk when no data is available.
GET
curl
Path Parameters
Market identifier.
Example:
"BTC-USD"
Response
Best bid/offer.
Best bid/offer. Sent as snapshot and updates on the bbo channel, and returned by GET /bbo/{market}.
Best bid level, or null if no bids.
Best ask level, or null if no asks.
Market-specific sequence ID for syncing with WebSocket orderbook stream.
Global sequence ID across all markets.
Snapshot timestamp (epoch microseconds).