evm_getwalletprofitabilitysummary
Analyze wallet profitability by retrieving a profit and loss summary for a specific address over a chosen timeframe using blockchain data.
Instructions
Get a profit and loss summary for a given wallet, over a specified timeframe (days).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address for which profitability summary is to be retrieved. | |
| chain | No | The chain to query | |
| days | No | Timeframe in days for the profitability summary. Options include 'all', '7', '30', '60', '90' default is 'all'. |