token_get_ohlcv_chart
Generate embeddable chart markdown from token OHLCV candles for inline chat rendering. Supports line-volume or candlestick charts for any timeframe.
Instructions
Build embeddable chart markdown from token OHLCV candles so agents can render the actual chart inline in chat (resolve ticker with token_search first). Supports line-volume or candlestick charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | ||
| timeframe | Yes | e.g. 1m, 5m, 1h, 1d | |
| timeTo | No | ||
| chartType | No | Chart style. Default candlestick. | |
| includeActive | No | ||
| maxPoints | No | Number of candles to render (default 30). | |
| width | No | ||
| height | No |