get_nfts_for_contract
Retrieve all NFTs associated with a specific contract address, including metadata and paginated results, using the Alchemy MCP Plugin for efficient blockchain data interaction.
Instructions
Get all NFTs for a contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddress | Yes | The contract address of the NFT collection | |
pageKey | No | Key for pagination | |
pageSize | No | Number of results per page | |
tokenUriTimeoutInMs | No | Timeout for token URI resolution in milliseconds | |
withMetadata | No | Whether to include metadata |