Order Book
OrderBookSnapshot payload is also available
keyed by token id via GET /v1/clob/book/{token_id} or
GET /v1/book?token_id=... — see the Order Book Lookup Recipe
on the Markets page for when to use each form.
Request
Response
0.64 — the LAST bids entry (bids[-1]) — and the
best ask is 0.66 — the LAST asks entry (asks[-1]). The best level is at the tail
on both sides, byte-identical to Polymarket’s live /book wire. For safety, read
order-independently — see the warning below.
Understanding the Book
Book level ordering matches Polymarket’s live wire: levels are
bids ascending (best =
bids[-1]), asks descending (best = asks[-1]) —
best at the tail on both sides, byte-identical to the real
clob.polymarket.com/book wire. Read the inside market with the
order-independent max/min reads above rather than hard-coding bids[0] /
asks[0], so your integration survives any future wire-format change.Liquidity Assessment
Next Steps
- Markets — Browse available markets
- Placing Orders — Trade with real book depth