Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getWalletTokenBalances

Retrieve token balances for a specific wallet address using blockchain data. Optionally filter results by block number, exclude spam tokens, or specify token addresses.

Instructions

Get token balances for a specific wallet address.

Input Schema

NameRequiredDescriptionDefault
addressNoThe address from which token balances will be checked
exclude_spamNoExclude spam tokens from the result
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" }, "exclude_spam": { "description": "Exclude spam tokens from the result", "type": "boolean" }, "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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MoralisWeb3/moralis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server