Polymarket
Get Polymarket Market Details
Retrieve comprehensive details about a specific Polymarket market.
What you get
- Market title and description
- Resolution rules
- Current status (active/resolved)
- End date and settlement info
- Condition ID (needed for orderbook/trades)
- Category and event association
Use cases
- Display market information
- Get condition_id for orderbook queries
- Check resolution criteria
Note Polymarket uses poly_id for market lookup, but orderbook/trade endpoints require the condition_id (hex string starting with 0x).
Example
- Request:
GET /api/v1/poly/1275563/market - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Polymarket market ID
Response
Market details
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.

