get_candles
Fetch OHLCV candlestick data for any trading instrument at specified intervals and time ranges, enabling charting and market analysis.
Instructions
Get OHLCV candlestick data for an instrument
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End time (RFC3339 or Unix timestamp) | |
| from | No | Start time (RFC3339 or Unix timestamp) | |
| interval | Yes | Candle interval (e.g. 1m, 5m, 1h, 1d) | |
| instrument | Yes | Instrument symbol (e.g. btc/usd.spot) |