get_outcome_candles
Retrieve OHLCV candle data for an outcome side to chart price history of prediction market positions.
Instructions
Get OHLCV candle data for an outcome side. Useful for charting price history of prediction market positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| endTime | Yes | End time (unix ms) | |
| network | No | testnet | |
| interval | No | Candle interval (1m, 5m, 15m, 1h, 4h, 1d) | 1h |
| outcomeId | Yes | Outcome ID | |
| startTime | Yes | Start time (unix ms) |