wallet_get_performance_chart
Generate a wallet performance chart displaying profit and loss history or token-level PnL bars for graphical analysis.
Instructions
Build embeddable wallet PnL chart markdown (history when available, otherwise summary/token PnL bars) for graphical performance views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| showHistoricPnL | No | ||
| holdingCheck | No | ||
| hideDetails | No | ||
| maxPoints | No | Max history points when rendering PnL history (default 90). | |
| maxTokens | No | Max token bars when history/summary is unavailable (default 12). | |
| width | No | ||
| height | No |