get_kline
Fetch candlestick (K-line) data from Bybit for specified categories, symbols, and time intervals. Retrieve historical market data by defining start and end timestamps in milliseconds, with customizable limits for analysis.
Instructions
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) |