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
Name | Type | Description |
---|---|---|
input | WalletNftCollectionsInput! | Required |
Response
Name | Type | Description |
---|---|---|
cursor | String | A cursor for use in pagination. |
items | [WalletNftCollection!]! | The list of collections for a wallet. |