futures_klines
Retrieve candlestick (kline) data from Binance Futures for any symbol and interval. Control data volume with limit and time filters.
Instructions
Get kline/candlestick data for a futures symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of klines (default 500, max 1500) | |
| symbol | Yes | Trading pair, e.g. BTCUSDT | |
| endTime | No | End time in ms | |
| interval | Yes | Kline interval | |
| startTime | No | Start time in ms |