Get Polymarket price history
get_price_historyFetch historical mid-price time series for one Polymarket outcome token to chart probability changes, with summary stats and raw data points.
Instructions
Historical mid-price time series for one outcome token. Returns summary stats (first/last/min/max, change) plus the raw points (Unix seconds t, probability p). Large series are downsampled to keep responses compact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | CLOB token ID of the outcome to chart | |
| fidelity | No | Resolution in minutes between data points (e.g. 60 = hourly). Defaults per interval if omitted. | |
| interval | No | Look-back window (default '1w') |