get_klines
Retrieve OHLCV candlestick data for Binance USDT-M Futures trading pairs to analyze price movements, volume, and market trends.
Instructions
Get OHLCV candlestick data for a symbol.
Returns list of dicts with: openTime, open, high, low, close, volume, closeTime, quoteVolume, trades, takerBuyVolume, takerBuyQuoteVolume.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| interval | No | Candlestick interval | 1h |
| limit | No | Number of candles (max 1500) |