get_kline
Retrieve K-line (candlestick) data for specific cryptocurrency pairs on Bybit. Specify category, symbol, time interval, and optional start/end times to analyze market trends and price movements efficiently.
Instructions
Get K-line (candlestick) data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | Category (spot, linear, inverse, etc.) | |
end | No | End time in milliseconds | |
interval | Yes | Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M) | |
limit | No | Number of records to retrieve | |
start | No | Start time in milliseconds | |
symbol | Yes | Symbol (e.g., BTCUSDT) |