get_market_data
Fetch live OHLCV candlestick data for any trading pair and timeframe to analyze price trends and inform trading decisions.
Instructions
Fetch live OHLCV (Open/High/Low/Close/Volume) candlestick market data for a specific trading pair and timeframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Trading pair in exchange format (e.g. BTC/USDT, ETH/BTC). Must be available on the connected exchange. | |
| timeframe | Yes | Candle timeframe. Common values: 1m (1 minute), 5m, 15m, 1h (1 hour), 4h, 1d (1 day). | |
| limit | No | Number of candles to return (default: determined by exchange, max: 500). |