get_kline
Retrieve candlestick (kline) data for a trading pair on Bybit, with options to specify interval, limit, and include reference IDs for verification. Supports spot, linear, and inverse markets.
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') |