market_recent_candles
Retrieve recent 1-minute candlestick data for intraday market analysis. Use to assess short-term momentum and pullbacks.
Instructions
Get recent 1-minute candle history for a market. Best for short intraday structure checks, recent momentum, and micro-pullback analysis. This MCP tool is intentionally capped to the most recent 12 hours so agents do not fetch huge minute-bar dumps in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| symbol | Yes | Market symbol (e.g. BTC, ETH, SOL, xyz:GOLD, cash:TSLA) | |
| limit | No | Number of 1-minute candles to return. Capped at 720 candles (12h) to keep MCP responses practical. |