Get Wallet NFT Collections

Find which NFT collections a given wallet address holds. Currently only Ethereum and Berachain supported. Use this endpoint in tandem with nftHolders and walletNftCollectionAssets to get more data about wallets and their NFT holdings.

Endpoint: walletNftCollections

Method: POST

Arguments

NameTypeDescription
inputWalletNftCollectionsInput!

Required

NameTypeDescription
cursorString

A cursor for use in pagination.

walletAddressString!

The address of the wallet.

Required

Response

NameTypeDescription
cursorStringA cursor for use in pagination.
items[WalletNftCollection!]!The list of collections for a wallet.