Skip to main content
Glama

Tatum MCP Server

Official

get_collections_v4

Retrieve detailed data for NFTs and multitokens across multiple blockchain networks. Specify the chain and collection addresses to access token information, including names, descriptions, and images. Exclude metadata or filter by token type for customized results.

Instructions

[blockchain_data] /v4/data/collections 20 credits per API call > 📘 Note for v3 API users: > > As part of our documentation consolidation, we removed the dedicated page for GET /v3/data/collections. Users can refer to GET /v4/data/collections 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 all NFTs (ERC-721 and ERC-1155) and multitokens (ERC-1155 only) of your favorite collections! 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 / polygon-amoy Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Chiliz - chiliz-mainnet Tezos - tezos-mainnet To get started: Provide a chain name and comma-separated list of collection addresses. Our API will return relevant information about each token, including its name, description, image, and more. Aside from relevant information about each token, the response also contains metadata (they can, however, be excluded by setting excludeMetadata to true). If not specified, the API returns results for all supported types of tokens (nft, multitokens), but you can also choose to filter only one tokenType. For Tezos blockchain query parameters excludeMetadata and tokenType won't have any effect on filtering data.

Input Schema

NameRequiredDescriptionDefault
chainYesThe blockchain to work with.
collectionAddressesYesThe blockchain addresses of the collections. It is possible to enter list of up to 10 addresses as a comma separated string.
excludeMetadataNoThe option to exclude metadata from the response.
offsetNoThe offset to obtain next page of the data.
pageSizeNoThe number of items per page (default is 50).
tokenTypesNoThe option to select only specific token types. It is possible to enter list of multiple types as a comma separated string. Use nft (includes ERC-721 and ERC-1155) or multitoken (ERC-1155 only).

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "The blockchain to work with.", "example": "ethereum-mainnet", "type": "string" }, "collectionAddresses": { "description": "The blockchain addresses of the collections.\nIt is possible to enter list of up to 10 addresses as a comma separated string.\n", "type": "string" }, "excludeMetadata": { "description": "The option to exclude metadata from the response.", "type": "string" }, "offset": { "description": "The offset to obtain next page of the data.", "example": "0", "type": "string" }, "pageSize": { "description": "The number of items per page (default is 50).", "example": "10", "type": "string" }, "tokenTypes": { "description": "The option to select only specific token types.\nIt is possible to enter list of multiple types as a comma separated string.\nUse nft (includes ERC-721 and ERC-1155) or multitoken (ERC-1155 only).\n", "enum": [ "nft", "multitoken" ], "type": "string" } }, "required": [ "chain", "collectionAddresses" ], "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