get_candles_snapshot
Retrieve OHLCV candlestick data for multiple coins in a single request, supporting custom time ranges and intervals for market analysis.
Instructions
Fetch candlestick (OHLCV) data for multiple coins in one request
Args: coins: List of trading pairs (e.g., ["BTC", "ETH"]) interval: Candlestick interval supported by HyperLiquid (e.g., "1m", "1h") start_time: Start timestamp in milliseconds (required when days not provided) end_time: End timestamp in milliseconds (defaults to now when omitted) days: Number of recent days to fetch (mutually exclusive with start/end) limit: Optional max number of candles per coin (latest N samples)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| coins | Yes | ||
| limit | No | ||
| end_time | No | ||
| interval | Yes | ||
| start_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||