pmus_get_price_history
Retrieve historical YES and NO price data for a Polymarket market using its slug, with configurable time range, interval, and sample resolution.
Instructions
Historical long (YES, from best ask) and short (NO, from 1 - best bid) prices. Note: the gateway currently returns empty history for many markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Market slug | |
| end_ts | No | ||
| fidelity | No | Sample resolution in minutes | |
| interval | No | Fixed lookback window; ignored if start/end given | INTERVAL_1W |
| start_ts | No | Unix seconds (use with end_ts instead of interval) | |
| max_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||