Get multi-timeframe candles
get_candles_multiGet recent OHLCV candles for a market across MULTIPLE resolutions in one call — by default ALL indexer resolutions (1MIN, 5MINS, 15MINS, 30MINS, 1HOUR, 4HOURS, 1DAY) — so the agent can read the trend across timeframes at once. Returns { candles: { : [...] } }, newest first. Lower limit (e.g. 20) or pass a resolutions subset to keep the payload small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Candles per resolution (default 50, most recent). | |
| market | Yes | Market ticker, e.g. BTC-USD | |
| resolutions | No | Subset of resolutions (default: all indexer resolutions). |