evm_getwallettokenbalancesprice
Retrieve ERC20 and native token balances with USD prices for a wallet address. Access on-chain and off-chain metadata, token logos, and filter spam or low-liquidity tokens using customizable options.
Instructions
Fetch ERC20 and native token balances for a given wallet address, including their USD prices. Each token returned includes on-chain metadata, as well as off-chain metadata, logos, spam status and more. Additional options to exclude spam tokens, low-liquidity tokens and inactive tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address from which token balances will be checked | |
| chain | No | The chain to query | eth |
| cursor | No | The cursor returned in the previous response (used for getting the next page). | |
| exclude_native | No | Exclude native balance from the result | |
| exclude_spam | No | Exclude spam tokens from the result | |
| exclude_unverified_contracts | No | Exclude unverified contracts from the result | |
| limit | No | The desired page size of 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. | |
| to_block | No | The block number up to which the balances will be checked. | |
| token_addresses | No | The addresses to get balances for (optional) |