Polymarket Price History
GET
/gateway/v1/prediction-market/polymarket/pricesSimple price time series for a Polymarket market — one price point per interval. Use this for tracking price trends over time. For OHLCV candlestick data (open/high/low/close for charting libraries), use `price-ohlcv` instead.
Data refresh: ~30 minutes
Query Parameters
condition_idstringrequired
Market condition identifier
Example:
0x6fefc0438c7598b23531457c8c60541990d0786bd4bd9dfc3eabc8d95c291092time_rangeenum<string>
Window of history to return (how much data, from now backward): `7d`, `30d`, `90d`, `180d`, or `1y`. Ignored when `interval=latest`. Distinct from `interval` (which sets bucket size within this window).
Available options:
7d30d90d180d1yExample:
30dintervalenum<string>
Bucket size for each point in the returned series: `1h` (hourly), `1d` (daily), or `latest` (single most-recent snapshot). Distinct from `time_range` (which sets the window size).
Available options:
1h1dlatestExample:
1dPolymarket Price History
OK