Overview
The Entity Market Data API gives you programmatic access to Polymarket order book data — including live snapshots and historical tick-level events — for any market condition. Use it to:- Retrieve full order book snapshots (bids and asks)
- Track price changes over time
- Build trading strategies and analytics dashboards
Quick start
Create an API key
Sign up and generate your first API key in under a minute.
Find a condition ID
Look up the condition ID for any Polymarket event.
API reference
Full endpoint documentation with request/response examples.
Helper scripts
Python scripts for finding condition IDs and working with market data.
Make your first request
See the full getting started guide
Step-by-step instructions with multi-language code examples.