Skip to main content
Glama

Tatum MCP Server

Official

get_metadata_v4

Retrieve metadata for NFTs or multitokens by specifying chain, token address, and IDs. Works across Ethereum, Base, Arbitrum, BNB Smart Chain, Polygon, Optimism, Celo, and Chiliz blockchains.

Instructions

[blockchain_data] /v4/data/metadata 10 credits per API call > 📘 Note for v3 API users: > > As part of our documentation consolidation, we removed the dedicated page for GET /v3/data/metadata. Users can refer to GET /v4/data/metadata for the latest documentation, as both endpoints function the same—simply replace v4 with v3 in the API URL if using the v3 version. Get metadata of NFTs (ERC-721 and ERC-1155) or multitokens (ERC-1155 only) by IDs for a given token address! Our API lets you search for all tokens on: Ethereum - ethereum-mainnet / ethereum-sepolia / ethereum-holesky Base - base-mainnet / base-sepolia Arbitrum - arb-one-mainnet / arb-testnet BNB (Binance) Smart Chain - bsc-mainnet / bsc-testnet Polygon - polygon-mainnet Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Chiliz - chiliz-mainnet To get started: Provide a chain name, token address and comma-separated list of IDs. Our API will return relevant metadata about each specified token, including its name, description, image, and more. Aside from the metadata information, the response also contains token types and metadata url minted in each token.

Input Schema

NameRequiredDescriptionDefault
chainYesThe blockchain to work with.
tokenAddressYesThe blockchain address of the NFT to get metadata for.
tokenIdsYesThe IDs of the tokens to get metadata for. It is possible to enter list of multiple IDs as a comma separated string.

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "The blockchain to work with.", "example": "ethereum-mainnet", "type": "string" }, "tokenAddress": { "description": "The blockchain address of the NFT to get metadata for.", "example": "0xba30E5F9Bb24caa003E9f2f0497Ad287FDF95623", "type": "string" }, "tokenIds": { "description": "The IDs of the tokens to get metadata for.\nIt is possible to enter list of multiple IDs as a comma separated string.\n", "type": "string" } }, "required": [ "chain", "tokenAddress", "tokenIds" ], "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