Get Wallet NFT Collection Assets

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

NameTypeDescription
inputWalletNftCollectionAssetsInput!

Required

NameTypeDescription
collectionIdString!

The collection ID (collectionAddress:networkId).

Required
cursorString

A cursor for use in pagination.

walletAddressString!

The address of the wallet.

Required

Response

NameTypeDescription
collectionIdString!The collection ID (collectionAddress:networkId).
cursorStringA cursor for use in pagination.
items[WalletNftCollectionAsset]!The list of nft assets for a wallet.
walletAddressString!The address of the wallet.