get_candles
Retrieve historical OHLCV pricing data for SOL, ETH, or BTC to perform trend analysis and technical analysis on Jupiter Perpetuals.
Instructions
Retrieves historical OHLCV (Open, High, Low, Close, Volume) pricing data for trend analysis and technical analysis. Returns candle data with timestamps (unix seconds), open/high/low/close prices, and volume. Minimum 3 candles required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | The asset symbol to retrieve candles for | |
| interval | Yes | Candle interval/timeframe | |
| limit | Yes | Number of candles to retrieve (minimum 3, maximum 500). Use 50-100 for recent analysis, 200+ for historical patterns. |