get_ohlcv
Fetch recent OHLCV candle data for a cryptocurrency pair across specified exchanges and timeframes to analyze price trends and market movements.
Instructions
Recent OHLCV candles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | e.g. 'BTC/USDT:USDT'. | |
| exchange | No | Exchange id (default 'bybit'). | bybit |
| timeframe | No | '1m','5m','15m','1h','4h','1d', etc. | 1h |
| limit | No | Number of candles (default 24, max 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||