isHolderOfCollection

Checks whether a wallet holds a NFT in a given collection

Path parameters

apiKeystringRequired

Query parameters

ownerstringRequired

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

contractAddressstringRequired

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

Response

isHolderOfCollectionbooleanOptional

Whether the given wallet owns any token in the given NFT collection.