/v1 endpoints require an API key. There is no unauthenticated public tier on these routes.
1
Create a key
Sign in to the PolymarketData dashboard and create an API key.
2
Send it on every request
Use the
X-API-Key header:Python SDK
The SDK readsPOLYMARKETDATA_API_KEY automatically. You can also pass the key explicitly:
Failed authentication
Missing key:
403 and rate-limit 429 handling.