get_candles
Retrieve OHLCV candles for any market. Specify symbol, interval in minutes (1, 5, 15, 60, 240, or 1440), and limit up to 500 candles to analyze price trends.
Instructions
OHLCV candles for a market.
Args: symbol: e.g. 'HYPE', 'ETH' interval: minutes per candle — 1, 5, 15, 60, 240, or 1440 (1d) limit: number of candles back from now (max ~500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| interval | No | 60 | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |