getWalletNetWorth
Calculate the USD net worth of a wallet by querying blockchain data, with options to exclude spam tokens, unverified contracts, and low-liquidity assets for accurate results.
Instructions
Get the net worth of a wallet in USD. We recommend to filter out spam tokens and unverified contracts to get a more accurate result.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | 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. |