The Polymarket API

Last updated · how we verify

The Gamma API at https://gamma-api.polymarket.com is public and needs no authentication — you can fetch markets, events and prices immediately. Use Gamma for discovery and metadata, the CLOB API for order books and trading, and the Data API for positions and history. Only the latter two need credentials.

Three APIs, three jobs

APIUse it forAuth
Gamma
https://gamma-api.polymarket.com
Market and event discovery, metadata, pricesNone
CLOBOrder books, placing and cancelling ordersRequired
DataUser positions and trade historyRequired

Fetching open markets

The markets endpoint is https://gamma-api.polymarket.com/markets. A minimal request for the highest-volume open markets:

GET https://gamma-api.polymarket.com/markets?closed=false&limit=10&order=volumeNum&ascending=false

Useful parameters: closed to filter resolved markets, limit and offset for paging, order with ascending for sorting, and slug to fetch a specific market.

Rate-limit etiquette

It is a free public endpoint. Cache aggressively, request only the fields you need, and do not poll in a tight loop — this site refreshes its own live-markets block once a day on a cron and that is ample for editorial use. Treating a free API considerately is how it stays free.

What we do with it

Live from the Gamma API

Yes-side probability, highest-volume open markets. Refreshed daily from Polymarket’s public Gamma API.

Will Adanech Abiebie be the next Prime Minister of Ethiopia? 1%
Will Jesus Christ return before 2027? 2%
Will the U.S. invade Iran before 2027? 18%
Will Gedion Timothewos be the next Prime Minister of Ethiopia? 2%
Will LeBron James win the 2028 US Presidential Election? 0%
Will Oprah Winfrey win the 2028 Democratic presidential nomination? 0%
Will Bernie Sanders win the 2028 Democratic presidential nomination? 1%
Will Chelsea Clinton win the 2028 Democratic presidential nomination? 0%

Snapshot taken 17 August 2026.

This block is regenerated daily by a scheduled build, which is also what keeps the lastmod in our sitemap honest rather than a hardcoded constant.

Open Polymarket

Availability varies by jurisdiction. 18+. Event contracts carry risk of loss.

Check Polymarket US access in your state

You appear to be in the US. Polymarket’s international exchange blocks US IP addresses — use Polymarket US, the CFTC-regulated exchange, instead. See what’s available in your state.

Things worth building

Questions

Is the Polymarket API free?

The Gamma API at https://gamma-api.polymarket.com is public and requires no authentication for market discovery and metadata. Trading through the CLOB API requires credentials and a funded wallet.

Which API should I use?

Gamma for market discovery and metadata, the CLOB API for order books and trading, and the Data API for user positions and trade history. Most read-only projects need only Gamma.

Do I need an API key?

Not for Gamma. It is entirely public. Trading endpoints do require authentication.

How do I get current prices?

Query the markets endpoint and read the outcome prices. For live order-book depth rather than last prices, use the CLOB API.

Fee formula

What to implement in a calculator.

Reading prices

Converting price to probability.

Guides

Getting an account set up.

FAQ

Everything else.

All figures on this page verified 17 August 2026 against primary sources where reachable. Unconfirmed values are marked.