polymarket_price_history
Fetch historical price series for a prediction market outcome token by specifying an interval or timestamp range. Returns an array of time-price pairs.
Instructions
Historical price series for one outcome token — by named interval or an explicit ts window.
Returns: {history:[{t, p}]} (unix seconds, price 0-1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTs | No | ||
| market | Yes | ||
| startTs | No | ||
| fidelity | No | ||
| interval | No |