Moralis MCP Server

Official
by MoralisWeb3

getWalletNFTs

Retrieve all NFTs owned by a specific wallet address, including indexed collections. Filter by contract, exclude spam, and access metadata, media, or sale prices. Indexing starts automatically for new collections.

Instructions

Get NFTs owned by a given address.

  • The response will include status [SYNCED/SYNCING] based on the contracts being indexed.
  • Use the token_address param to get results for a specific contract only
  • Note that results will include all indexed NFTs
  • Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested.

Input Schema

NameRequiredDescriptionDefault
addressNoThe address of the wallet
cursorNoThe cursor returned in the previous response (used for getting the next page).
exclude_spamNoShould spam NFTs be excluded from the result?
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?
token_addressesNoThe addresses to get balances for (optional)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the wallet", "type": "string" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "type": "string" }, "exclude_spam": { "description": "Should spam NFTs be excluded from the result?", "type": "boolean" }, "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" }, "token_addresses": { "description": "The addresses to get balances for (optional)", "type": "array" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8