Moralis MCP Server

Official
by MoralisWeb3

getNFTByContractTraits

Retrieve NFTs by specific traits for a given contract address, enabling filtered blockchain data queries with pagination, metadata normalization, and media preview options.

Instructions

Get NFTs by traits for a given contract.

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