Skip to main content
All market data is available through public REST endpoints. No API key, no authentication, no wallet required.

Data Model

Polymarket structures data using two organizational models. The most fundamental element is always markets—events simply provide additional organization.
1

Event

A top-level object representing a question (e.g., “Who will win the 2024 Presidential Election?”). Contains one or more markets.
2

Market

A specific tradable binary outcome within an event. Maps to a pair of CLOB token IDs, a market address, a question ID, and a condition ID.

Single-Market Events vs Multi-Market Events

Outcomes and Prices

Each market has outcomes and outcomePrices arrays that map 1:1. Prices represent implied probabilities:
Markets can be traded via the CLOB if enableOrderBook is true.

Available Data

Endpoints are split across three APIs. See the API Reference for full endpoint documentation with parameters and response schemas.

Gamma API - Events Markets and Discovery

CLOB API - Prices and Orderbooks

Data API - Positions Trades and Analytics


Next Steps

Fetching Markets

Three strategies for discovering and querying markets.

API Reference

Full endpoint documentation with parameters and response schemas.