Moralis MCP Server

Official
by MoralisWeb3

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

NameRequiredDescriptionDefault
addressNoThe address from which token balances will be checked
cursorNoThe cursor returned in the previous response (used for getting the next page).
exclude_nativeNoExclude native balance from the result
exclude_spamNoExclude spam tokens from the result
exclude_unverified_contractsNoExclude unverified contracts from the result
limitNoThe desired page size of the result.
max_token_inactivityNoExclude tokens inactive for more than the given amount of days
min_pair_side_liquidity_usdNoExclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair.
to_blockNoThe block number up to which the balances will be checked.
token_addressesNoThe addresses to get balances for (optional)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address from which token balances will be checked", "type": "string" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "type": "string" }, "exclude_native": { "description": "Exclude native balance from the result", "type": "boolean" }, "exclude_spam": { "description": "Exclude spam tokens from the result", "type": "boolean" }, "exclude_unverified_contracts": { "description": "Exclude unverified contracts from the result", "type": "boolean" }, "limit": { "description": "The desired page size of the result.", "type": "integer" }, "max_token_inactivity": { "description": "Exclude tokens inactive for more than the given amount of days", "type": "number" }, "min_pair_side_liquidity_usd": { "description": "Exclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair.", "type": "number" }, "to_block": { "description": "The block number up to which the balances will be checked.", "type": "number" }, "token_addresses": { "description": "The addresses to get balances for (optional)", "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8