Moralis MCP Server

Official
by MoralisWeb3

getNFTTokenIdOwners

Retrieve owners of a specific NFT using its contract address and token ID. Automatically initiates indexing for unindexed collections, supporting pagination, metadata normalization, and media data retrieval. Built on the Moralis MCP Server.

Instructions

Get owners of a specific NFT given the contract address and token ID.

  • Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection

Input Schema

NameRequiredDescriptionDefault
addressNoThe address of the NFT contract
cursorNoThe cursor returned in the previous response (used for getting the next page).
formatNoThe format of the token ID
limitNoThe desired page size of the result.
media_itemsNoShould preview media data be returned?
normalizeMetadataNoShould normalized metadata be returned?
token_idNoThe ID of the token

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT contract", "type": "string" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "type": "string" }, "format": { "description": "The format of the token ID", "enum": [ "decimal", "hex" ], "type": "string" }, "limit": { "description": "The desired page size of the result.", "type": "integer" }, "media_items": { "description": "Should preview media data be returned?", "type": "boolean" }, "normalizeMetadata": { "description": "Should normalized metadata be returned?", "type": "boolean" }, "token_id": { "description": "The ID of the token", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8