solana_getnfts
Retrieve NFTs owned by a Solana address on mainnet or devnet, with options to filter spam, include metadata, media items, and fungible assets.
Instructions
Gets NFTs owned by the given address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The network to query | |
| address | Yes | The address to query | |
| nftMetadata | No | Should return the full NFT metadata | |
| mediaItems | No | Should return media items | |
| excludeSpam | No | Should exclude spam NFTs | |
| includeFungibleAssets | No | Should include fungible assets (tokenStandard:1) |