get_kline
Fetch candlestick (K-line) data for a Bybit symbol and interval, with optional start/end timestamps and limit, to analyze price movement.
Instructions
Get candlestick data (K-line)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | The end timestamp (ms) | |
| limit | No | Limit for data points, max 1000 | |
| start | No | The start timestamp (ms) | |
| symbol | Yes | ||
| category | Yes | ||
| interval | Yes | Kline interval: 1,3,5,15,30,60,120,240,360,720,D,M,W |