Skip to main content
Glama

Tatum MCP Server

Official

get_owners_v4

Retrieve addresses of all token owners across multiple blockchains (ERC-20, ERC-721, ERC-1155) using chain name and token address, or specify tokenId for a specific NFT owner.

Instructions

[blockchain_data] /v4/data/owners 50 credits per API call > 📘 Note for v3 API users: > > As part of our documentation consolidation, we removed the dedicated page for GET /v3/data/owners. Users can refer to GET /v4/data/owners 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 addresses that own your favorite token (ERC-20, ERC-721 or ERC-1155)! Our API lets you search for all token owners 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 and address of any fungible token, NFT or multitoken collection. Our API will return a list of addresses of all of their owners. You can also get an owner of a specific NFT by specifying tokenId. In case of multitoken, result is an array of addresses.

Input Schema

NameRequiredDescriptionDefault
chainYesThe blockchain to work with.
offsetNoThe offset to obtain next page of the data.
pageSizeNoThe number of items per page (default is 50).
tokenAddressYesThe blockchain address of the token (NFT collection or any fungible token).
tokenIdNoThe ID of a specific NFT token.

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "The blockchain to work with.", "example": "ethereum-mainnet", "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" }, "tokenAddress": { "description": "The blockchain address of the token (NFT collection or any fungible token).", "example": "0xba30E5F9Bb24caa003E9f2f0497Ad287FDF95623", "type": "string" }, "tokenId": { "description": "The ID of a specific NFT token.", "type": "string" } }, "required": [ "chain", "tokenAddress" ], "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