getWalletTokenBalancesPrice
Retrieve token balances and their USD prices for a specific wallet address, with options to filter by block number, token addresses, spam, unverified contracts, and liquidity.
Instructions
Get token balances for a specific wallet address and their token prices in USD.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address from which token balances will be checked | |
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) |