Find which NFT assets within a collection a given wallet holds. Provide a wallet and collection address and see which NFTs are held by the wallet for that collection. Currently only Ethereum and Berachain supported. Use this endpoint in tandem with walletNftCollections
and walletNftCollectionAssets
to get more data about wallets and their NFT holdings.
Endpoint: walletNftCollectionAssets
Method: POST
Arguments
Name | Type | Description |
---|---|---|
input | WalletNftCollectionAssetsInput! | Required |
Response
Name | Type | Description |
---|---|---|
collectionId | String! | The collection ID (collectionAddress:networkId ). |
cursor | String | A cursor for use in pagination. |
items | [WalletNftCollectionAsset]! | The list of nft assets for a wallet. |
walletAddress | String! | The address of the wallet. |