Is Holder Of Contract

isHolderOfContract - Determines whether a specific wallet holds any NFT from a given contract. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks [here](https://dashboard.alchemy.com/chains).

Path parameters

apiKeystringRequiredDefaults to docs-demo

Query parameters

walletstringRequiredDefaults to 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

String - Wallet address to check for contract ownership.

contractAddressstringRequiredDefaults to 0xe785E82358879F061BC3dcAC6f0444462D4b5330

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

Response

Returns whether the specified wallet holds any NFT from the given contract.
isHolderOfContractboolean or null
Whether the given wallet owns any token in the given NFT contract.