solana_getnfts
Retrieve NFTs owned by a specific Solana address, including optional metadata and media items, while excluding spam and including fungible assets using the Moralis MCP Server.
Instructions
Gets NFTs owned by the given address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to query | |
excludeSpam | No | Should exclude spam NFTs | |
includeFungibleAssets | No | Should include fungible assets (tokenStandard:1) | |
mediaItems | No | Should return media items | |
network | Yes | The network to query | |
nftMetadata | No | Should return the full NFT metadata |