market_get_klines
Retrieve candlestick (OHLCV) chart data for a trading pair from Binance. Specify symbol and interval to get open, high, low, close, volume, and timestamp for each candle.
Instructions
Deprecated: prefer ccxt_public_call and ccxt_describe_exchange for new integrations. Fetch candlestick (OHLCV) chart data for a trading pair from Binance at a specified interval. Returns open, high, low, close price, volume, and timestamp for each candle in the requested range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of candles to return (default: 100, max: 1000) | |
| symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT') | |
| interval | Yes | Candlestick interval |