prediction_price_history
Track prediction market sentiment by retrieving probability history for an outcome over chosen intervals. Detect drifting views or reactions to recent events.
Instructions
Get the probability history for one market outcome.
Args: token_id: Outcome token id from prediction_market_detail. interval: Window to cover — "1h", "6h", "1d", "1w", "1m" or "max". fidelity: Bucket size in minutes. Larger values return fewer points.
Use this to see whether the market's view has been drifting or is reacting to something recent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fidelity | No | ||
| interval | No | 1w | |
| token_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||