Moralis MCP Server

Official
by MoralisWeb3

getContractNFTs

Retrieve NFT metadata and details for a specific contract address, with options to normalize data, include media, and fetch sale prices. Automatically initiates indexing for new contracts.

Instructions

Get NFTs for a given contract address, including metadata for all NFTs (where available).

  • Results are limited to 100 per page by default
  • 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
include_pricesNoShould NFT last sale prices be included in the result?
limitNoThe desired page size of the result.
media_itemsNoShould preview media data be returned?
normalizeMetadataNoShould normalized metadata be returned?
rangeNoThe desired subrange to query
totalRangesNoThe number of subranges to split the results into

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" }, "include_prices": { "description": "Should NFT last sale prices be included in the result?", "type": "boolean" }, "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" }, "range": { "description": "The desired subrange to query", "type": "integer" }, "totalRanges": { "description": "The number of subranges to split the results into", "type": "integer" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8