fetchOHLCV
Retrieve historical candlestick price data for prediction market outcomes. Specify exchange, outcome ID, time range, and resolution to get aggregated OHLCV data.
Instructions
Fetch historical OHLCV (candlestick) price data for a specific market outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| outcomeId | Yes | ||
| resolution | No | Required for candle aggregation | |
| start | No | Start of the time range | |
| end | No | End of the time range | |
| limit | No | Maximum number of results to return | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |