isHolderOfCollection

Checks whether a wallet holds a NFT in a given collection

Path parameters

apiKeystringRequiredDefaults to docs-demo

Query parameters

walletstringRequiredDefaults to 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

String - Address for NFT owner (can be in ENS format for Eth Mainnet).

contractAddressstringRequiredDefaults to 0xe785E82358879F061BC3dcAC6f0444462D4b5330

String - Contract address for the NFT contract (ERC721 and ERC1155 supported).

Response

isHolderOfCollectionboolean or null
Whether the given wallet owns any token in the given NFT collection.