Skip to main content
Returns the current order book for both sides (or a specific side) of a market, aggregated by price level with order count and unique-maker count per level.

Endpoint

Query parameters

Response

Use cases

  • Live orderbook display: render the book directly.
  • Spread + depth analytics: best_ask - best_bid, sum sizes across N levels.
  • Liquidity quality: high makers/orders ratio = many real makers vs few large limit orders.

Examples

Notes

  • For historical book reconstruction at any past timestamp see /v1/markets/:id/book/at/:ts (coming soon).
  • Edge-cached for 1 second.