check-ownership-in-nft-collection
Commonly used to verify ownership of NFTs (including ERC-721 and ERC-1155) within a collection.
get/v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/
Path parameters
chainNamestring required
The chain name eg: eth-mainnet.
walletAddressstring required
The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.
collectionContractstring required
The requested collection address.
Query parameters
traits-filterstring
Filters NFTs based on a specific trait. If this filter is used, the API will return all NFTs with the specified trait. Must be used with "values-filter", is case-sensitive, and requires proper URL encoding.
values-filterstring
Filters NFTs based on a specific trait value. If this filter is used, the API will return all NFTs with the specified trait value. Must be used with "traits-filter", is case-sensitive, and requires proper URL encoding.
Response
Successful response