Skip to main content
Glama

Tatum MCP Server

Official

get_nft_balances_v4

Retrieve all NFTs held by a blockchain address, grouped by smart contracts, for supported blockchains including Ethereum, Solana, and Polygon. Includes metadata for Solana and Algorand if fewer than 50 NFTs are held.

Instructions

[blockchain_data] /v4/data/nft/balances 50 credits per API call Get all NFTs that a blockchain address holds. The NFTs 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 Solana - solana-mainnet / solana-devnet Base - base-mainnet / base-sepolia Arbitrum - arb-one-mainnet / arb-testnet BNB (Binance) Smart Chain - bsc-mainnet / bsc-testnet Polygon - polygon-mainnet / polygon-amoy Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Algorand - algorand-mainnet-algod / algorand-testnet-algod On Solana and Algorand, if a blockchain address holds fewer than 50 NFTs, the API also returns each NFT's metadata. If the metadata is not returned, you can obtain it using the API for getting NFT metadata.

Input Schema

NameRequiredDescriptionDefault
addressYesThe blockchain address that you want to get the token balance of
chainYesThe blockchain to work with.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The blockchain address that you want to get the token balance of", "example": "0xba30E5F9Bb24caa003E9f2f0497Ad287FDF95623", "type": "string" }, "chain": { "description": "The blockchain to work with.", "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