evm_getwalletnetworth
Calculate the total net worth of a wallet in USD across multiple chains, with options to exclude spam, low-liquidity, or inactive tokens for accurate valuation.
Instructions
Calculate the total net worth of a wallet in USD, with options to exclude spam tokens for accuracy. Options to query cross-chain using the chains
parameter, as well as additional options to exclude spam tokens, low-liquidity tokens and inactive tokens.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The wallet address | |
chains | No | The chains to query | |
exclude_spam | No | Exclude spam tokens from the result | |
exclude_unverified_contracts | No | Exclude unverified contracts from the result | |
max_token_inactivity | No | Exclude tokens inactive for more than the given amount of days | |
min_pair_side_liquidity_usd | No | Exclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair. |