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
The response body shown here is a static example, not live data. After you click Send, your live result appears in a separate panel headed 200 OK. The panel under the status-code tabs is a fixed sample from the spec — its field values (fees, prices, sizes, IDs, timestamps) are placeholders. Use Send, or call the endpoint, for current values.
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).