hl_get_candles
Retrieve OHLCV candle data for any asset on Hyperliquid. Choose interval from 1m to 1d and limit the number of candles returned.
Instructions
Get OHLCV candles for a specific asset.
Args: coin: Asset symbol e.g. BTC, ETH, SOL interval: 1m, 5m, 15m, 30m, 1h, 4h, 8h, 1d (default 1h) limit: Number of candles to return (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| interval | No | 1h | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |