Skip to main content
Glama

Alchemy MCP Server

Official

fetchTokensOwnedByMultichainAddresses

Retrieve tokens owned by wallet addresses across multiple blockchain networks using specified address and network pairs for comprehensive asset tracking.

Input Schema

NameRequiredDescriptionDefault
addressesYesA list of wallet address and network pairs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addresses": { "description": "A list of wallet address and network pairs", "items": { "additionalProperties": false, "properties": { "address": { "description": "The wallet address to query. e.g. \"0x1234567890123456789012345678901234567890\"", "type": "string" }, "networks": { "description": "The blockchain networks to query. e.g. [\"eth-mainnet\", \"base-mainnet\"]", "items": { "type": "string" }, "type": "array" } }, "required": [ "address", "networks" ], "type": "object" }, "type": "array" } }, "required": [ "addresses" ], "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/alchemyplatform/alchemy-mcp-server'

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