get_candlesFetch historical OHLCV (open, high, low, close, volume) candlestick data for any trading pair. Essential for technical analysis, backtesting preparation, and understanding price trends over time.
| Name | Type | Description |
|---|---|---|
symbol | string | Trading pair (e.g., BTC/USDT) |
exchange | string | Exchange to fetch from(default: binance) |
timeframe | string | Candle timeframe (1m, 5m, 15m, 1h, 4h, 1d)(default: 1h) |
limit | number | Number of candles to return(default: 100) |
Try asking your AI assistant any of these:
get_priceGet the current real-time price for any trading pair on any supported exchange. Returns bid, ask, la
what_if_backtestRun a quick "what-if" backtest to see how a strategy would have performed on historical data. Specif
get_market_contextGet a real-time market analysis snapshot including trend direction, volatility level, key support/re