Polymarket
List All Polymarket Markets
Retrieve a paginated list of all Polymarket markets, ordered by end date (newest first).
What you get
- Market details including condition_id
- Title, rules, and status
- Pagination metadata
Use cases
- Browse all available markets
- Build market discovery features
- Sync market data to your database
Pagination Use limit and offset parameters to page through results.
Example
- Request:
GET /api/v1/poly/markets?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Query Parameters
Maximum number of markets to return (default: 100, max: 1000)
Required range:
x <= 1000Number of markets to skip for pagination

