Skip to main content
GET
Returns a point-in-time view of one book: aggregated depth on both sides, the last traded price, the live price reference where one is configured, and rolling 24-hour statistics. When the book pools depth with other books in its fungibility class, all four widen to the whole eligible set, so the depth you see is the depth an order would actually reach. Depth counts only orders that can be hit: OPEN or PARTIALLY_FILLED, not past their expiry, and backed by a balance lock. A depth read that fails returns empty sides rather than an error.

Path Parameters

string
required
Order book ID.

Query Parameters

integer
default:"20"
Price levels per side, capped at 100.

Response Fields

object
Trades whose settlement failed permanently are excluded from lastPrice and stats24h. A refused settlement moved nothing and was reversed, so counting it would misstate the tape.

Error Codes