Skip to main content
Glama

Alchemy MCP Plugin

by itsanishjain

get_token_balances

Retrieve token balances for a specified wallet address, optionally filtered by token addresses, using the Alchemy MCP Plugin for blockchain data interactions.

Instructions

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" }

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/itsanishjain/alchemy-sdk-mcp'

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