historical_portfolio_value
Retrieve daily portfolio value for a blockchain address broken down by token over a specified timeframe. Provide chain and wallet to get time series data with optional currency conversion.
Instructions
Commonly used to render a daily portfolio balance for an address broken down by the token. Required: chainName (blockchain network), walletAddress (wallet address). Optional: quoteCurrency for value conversion, days (timeframe to analyze, default 7). Returns portfolio value time series data showing value changes over the specified timeframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainName | Yes | The blockchain network to query (e.g., 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet'). | |
| walletAddress | Yes | The wallet address to get portfolio history for. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically. | |
| quoteCurrency | No | Currency to quote portfolio values in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency. | |
| days | No | Number of days of historical data to retrieve. Default is 7 days. |