Polymarket
Get All Markets in Polymarket Event
Retrieve all individual markets within a Polymarket event.
What you get
- Array of all markets in the event
- Full market details including condition_id
- Status and end dates
Use cases
- Display all outcomes for an event
- Build multi-market views
- Get condition_ids for orderbook queries
Example
- Request:
GET /api/v1/poly/event/KXBTC-25NOV2717/markets - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Event ID
Response
200 - application/json
List of markets
Timestamp when this record was ingested
Market resolution status
Winning outcome of the market
Cross-exchange cluster ID. Use /clusters/{cluster_id} to see all matched markets.

