Public prediction market data from Polymarket — browse active markets and events on politics, crypto, sports, and current events. Prices reflect crowd probability. Market titles and descriptions are user-generated content. Free, no key required.
https://api.apiclearinghouse.com/v1/call/polymarketAuthenticate with X-Api-Key: chk_live_... header.
/markets| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Max markets to return (1-100)(default: 20) |
curl -s "https://api.apiclearinghouse.com/v1/call/polymarket/markets?limit=20" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"markets": "example"
}
}/events| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Max events to return (1-100)(default: 20) |
curl -s "https://api.apiclearinghouse.com/v1/call/polymarket/events?limit=20" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"events": "example"
}
}No setup required. Sign in and run Polymarket directly from your browser.
Open in Explorer →Monthly limits also apply per plan.