get_index_price_kline
Retrieve index price kline data for a symbol with customizable interval, category, and record limit.
Instructions
Get index price kline data.
Args: symbol: Symbol, e.g., BTCUSDT. interval: Kline interval: 1,3,5,15,30,60,120,240,360,720,D,W,M. category: Product type: linear, inverse (default: linear). limit: Number of records (default: 200, max: 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| interval | Yes | ||
| category | No | linear | |
| limit | No |