portal_hyperliquid_get_ohlc
Generate OHLC candles with volume and VWAP from Hyperliquid fills, using fixed or auto intervals for chart-ready data.
Instructions
Build chart-ready Hyperliquid trade OHLC candles with fixed buckets and auto intervals.
COMMON USER ASKS:
BTC candles
WHEN TO USE:
You want candles for one coin on Hyperliquid.
You need chart-ready OHLC, volume, and VWAP data from fills.
DON'T USE:
You want scalar time-series buckets or raw fills.
EXAMPLES:
BTC candles: {"network":"hyperliquid-fills","coin":"BTC","duration":"6h","interval":"auto"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Asset symbol to build candles for (for example: "BTC", "ETH", "SOL"). Optional when continuing with cursor. | |
| user | No | Optional trader wallet address (0x-prefixed, lowercase) | |
| cursor | No | Continuation cursor from a previous candle page | |
| network | No | Network name (default: 'hyperliquid-fills') | hyperliquid-fills |
| duration | No | How much recent trading history to cover. Accepts compact durations like "1h" or natural phrases like "past 30 minutes". | 1h |
| interval | No | Candle interval. Use auto for chart-friendly defaults: 1h→5m, 6h→15m, 12h→30m, 24h→1h. | auto |