For the complete documentation index, see llms.txt. This page is also available as Markdown.

Market Orderbook

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Returns a current, point-in-time snapshot of the full bid/ask order book — there is no date-range parameter or historical look-back, and it reflects the latest available state within the standard live latency.

Get Prediction Market Orderbook

post

Get the full bid/ask orderbook for a Polymarket prediction market. Data is polled from the Polymarket CLOB API every ~60 seconds with MD5 change detection.

What it helps to answer:

  1. What is the current bid/ask depth for a prediction market?

  2. How much liquidity is available at each price level?

  3. What is the current spread?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for orderbook endpoint.

market_idstring · min: 1 · max: 100Required

Polymarket market ID

Example: 654412
Responses
200

Orderbook data

application/json
post/api/v1/prediction-market/orderbook

Last updated

Was this helpful?