Moralis MCP Server

Official
by MoralisWeb3

getNFTOwners

Retrieve NFT owners for a specific contract address. Automatically initiates indexing for new collections and supports pagination, metadata normalization, and media previews.

Instructions

Get owners of NFTs for a given contract.

  • 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?

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" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8