Skip to main content
Glama

Blockscout MCP Server

Official

nft_tokens_by_address

Retrieve NFT tokens owned by a specific address, grouped by collection, with details on token IDs, metadata, and collection information. Supports pagination for large datasets.

Instructions

Retrieve NFT tokens (ERC-721, ERC-404, ERC-1155) owned by an address, grouped by collection. Provides collection details (type, address, name, symbol, total supply, holder count) and individual token instance data (ID, name, description, external URL, metadata attributes). Essential for a detailed overview of an address's digital collectibles and their associated collection data. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.

Input Schema

NameRequiredDescriptionDefault
addressYesNFT owner address
chain_idYesThe ID of the blockchain
cursorNoThe pagination cursor from a previous response to get the next page of results.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "NFT owner address", "title": "Address", "type": "string" }, "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The pagination cursor from a previous response to get the next page of results.", "title": "Cursor" } }, "required": [ "chain_id", "address" ], "title": "nft_tokens_by_addressArguments", "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/blockscout/mcp-server'

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