historical_ohlcv
Retrieve historical OHLCV candlestick data for any trading symbol, with configurable interval, time range, and limit. Access price action data to analyze market trends.
Instructions
Get historical OHLCV (candlestick) data for a symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of candles | |
| symbol | Yes | Trading symbol (e.g., BTC, ETH) | |
| endTime | No | End time (ISO date or Unix ms) | |
| interval | No | Candle interval | 1h |
| startTime | No | Start time (ISO date or Unix ms) |