get_kline
Retrieve candlestick (kline) data for a specific trading pair on Bybit. Specify the interval, limit, and category (spot, linear, inverse) to analyze market trends and price movements.
Instructions
Get kline/candlestick data for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Category of the instrument (spot, linear, inverse) | |
interval | No | Kline interval | |
limit | No | Limit for the number of candles (max 1000) | |
symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT') |