get_kline
Retrieve candlestick (K-line) data for a specific trading pair and time interval. Specify category, symbol, interval, and optional start, end, and limit parameters to analyze market trends and price movements.
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) |