Prerequisites
- A PolymarketData API key from the dashboard
- Python 3.10+ (for the examples below)
- Python SDK
- REST
1
Install the SDK
2
Set your API key
Export the key, or pass it directly to the client.
3
Check health and plan limits
4
Discover a market and pull prices
Next steps
Authentication
Header format, key storage, and 401 responses.
Data model
Series, events, markets, and tokens.
Pagination
Cursor pages for discovery and history.
Python SDK
Namespaces, iterators, retries, and dataframes.