get_kline
Fetch candlestick data for specific trading pairs on Bybit. Configure intervals, categories, and limits to retrieve up to 1000 kline records. Optional reference ID ensures data verification.
Instructions
Get kline/candlestick data for a trading pair. Supports optional reference ID for data verification.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Category of the instrument (spot, linear, inverse) | |
includeReferenceId | No | Include reference ID and metadata for data verification (default: false) | |
interval | No | Kline interval | |
limit | No | Limit for the number of candles (max 1000) | |
symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT') |