Hyperliquid Klines
hyperliquid.markets.klinesRetrieve candlestick (OHLCV) data for any perpetual pair on Hyperliquid. Specify coin symbol, interval, and optional time range to get historical price data.
Instructions
Get candlestick (OHLCV) data for a perpetual pair on Hyperliquid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH) | |
| interval | No | Candlestick interval (1m, 5m, 15m, 1h, 4h, 1d, 1w) | |
| start_time | No | Start time in milliseconds since epoch | |
| end_time | No | End time in milliseconds since epoch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |