Available on all plans (Free tier included).
Polymarket markets have two tokens (YES and NO) per condition. Each snapshot row is for a single token. Use the
asset_id parameter to filter to a specific token, or omit it to get both.What you can build
- Backtesting: replay historical orderbooks and trades to validate trading strategies before deploying capital
- Price charts: build custom candlestick or mid-price charts from top-of-book snapshots
- Liquidity analysis: measure how bid/ask depth and spreads change around major events like elections or economic releases
- Execution quality: compare your historical fills against the orderbook at time of execution to measure slippage
- On-chain trade analysis: correlate trade flow with on-chain activity using
transaction_hashandfee_rate_bpsfields - Market making research: study spread dynamics and depth profiles to calibrate quoting strategies
Pagination
All historical endpoints use cursor-based pagination. Passpagination_key from the previous response to get the next page.