Order book
Market data
Order book
Get the live order book for one or more outcomes (CLOB markets only)
GET
Order book
Authentication
No authentication required.Query parameters
array
required
One or more outcome UUIDs to fetch order books for (comma-separated). Outcome IDs are returned by List events and Get event.
integer
default:"10"
Number of price levels to return on each side of the book.
string
default:"USD"
Currency for price display:
USD or NGN.Example request
Response
Returns an array of order books, one per requested outcome. Each book contains the top bids (buy orders) and asks (sell orders) at the requested depth.string
The market ID this order book belongs to.
string
The outcome ID this order book is for.
string
ISO 8601 timestamp of the order book snapshot.
array
Buy orders sorted by price (highest first). Each entry has
price, quantity, and total.array
Sell orders sorted by price (lowest first). Each entry has
price, quantity, and total.number
The last traded price for this outcome (if available).
string
The side of the last trade:
BUY or SELL (if available).This endpoint is only meaningful for CLOB markets. AMM markets do not have an order book.