get_price_history
Retrieve historical price series for a Polymarket outcome token, including count, first, last, min, max values, with configurable resolution and lookback interval.
Instructions
Historical price series for one outcome token, plus a small summary (count, first, last, min, max).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fidelity | No | Resolution in minutes between returned points. | |
| interval | No | Lookback window, e.g. '1h', '6h', '1d', '1w', '1m', 'max'. | 1d |
| token_id | Yes | CLOB token id. Note: passed to the API's `market` parameter, which despite the name takes a token id. |