market_pulse_candles
Get OHLCV candles for crypto assets from Coinbase. Choose symbol, granularity, and limit to fetch historical price data for market analysis.
Instructions
Get OHLCV candles for a crypto asset from Coinbase.
Args: symbol: Base ticker, e.g. "BTC", "ETH", "SOL". granularity: One of "1m", "5m", "15m", "1h", "6h", "1d". limit: Number of candles to return (max 300).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| granularity | No | 1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||