wallet_get_portfolio_chart_visual
Generates an embeddable line chart markdown from wallet portfolio history data, enabling visual representation of portfolio performance over time.
Instructions
Build embeddable line-chart markdown for wallet portfolio history so agents can render a graphical portfolio view inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| days | No | Optional lookback days passed to portfolio endpoint. | |
| maxPoints | No | Number of points to render (default 90). | |
| width | No | ||
| height | No |