evm_getwalletprofitability
Analyze wallet profitability by token over a specified timeframe. Retrieve profit and loss breakdown, with optional filtering by specific token addresses for targeted insights.
Instructions
Get a detailed profit and loss breakdown by token for a given wallet, over a specified timeframe (days). Optionally filter by token_addresses for specific tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address for which profitability is to be retrieved. | |
| chain | No | The chain to query | |
| days | No | Timeframe in days for which profitability is calculated, Options include 'all', '7', '30', '60', '90' default is 'all'. | |
| token_addresses | No | The token addresses list to filter the result with |