Alchemy MCP Plugin

get_token_balances

Get token balances for a specific address

Input Schema

NameRequiredDescriptionDefault
addressYesThe wallet address to get token balances for
tokenAddressesNoList of token addresses to filter by

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The wallet address to get token balances for", "type": "string" }, "tokenAddresses": { "description": "List of token addresses to filter by", "items": { "type": "string" }, "type": "array" } }, "required": [ "address" ], "type": "object" }