Skip to main content
Glama

Tatum MCP Server

Official

get_multi_token_balance_v4

Retrieve multi-token balances for a wallet address across multiple blockchains, organized by smart contracts. Supported networks include Ethereum, Base, Arbitrum, Polygon, Optimism, Celo, and Algorand.

Instructions

[blockchain_data] /v4/data/multitoken/balances 50 credits per API call Get Multi Token balances of a wallet address. The Multi Tokens are returned grouped by the smart contracts they were minted on. This API is supported for the following blockchains: Ethereum - ethereum-mainnet / ethereum-sepolia / ethereum-holesky Base - base-mainnet / base-sepolia Arbitrum - arb-one-mainnet / arb-testnet Polygon - polygon-mainnet / polygon-amoy Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Algorand - algorand-mainnet-algod / algorand-testnet-algod

Input Schema

NameRequiredDescriptionDefault
addressYesThe blockchain address that you want to get the multitoken balance of
chainYesBlockchain to work with

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The blockchain address that you want to get the multitoken balance of", "example": "0xba30E5F9Bb24caa003E9f2f0497Ad287FDF95623", "type": "string" }, "chain": { "description": "Blockchain to work with", "enum": [ "ethereum-mainnet", "ethereum-sepolia", "ethereum-holesky", "base-mainnet", "base-sepolia", "arb-one-mainnet", "arb-testnet", "polygon-mainnet", "polygon-amoy", "optimism-mainnet", "optimism-testnet", "celo-mainnet", "celo-testnet", "algorand-mainnet-algod", "algorand-testnet-algod" ], "example": "ethereum-mainnet", "type": "string" } }, "required": [ "chain", "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/tatumio/tatum-mcp'

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