Get NFT Holders

Find out how many holders there are for a particular NFT collection, as well as the balances of individual holders. 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: nftHolders

Method: POST

Arguments

NameTypeDescription
inputNftHoldersInput!

Required

NameTypeDescription
collectionAddressString!

The address of the collection contract.

Required
cursorString

A cursor for use in pagination.

networkIdInt!

The network ID the collection is deployed on.

Required

Response

NameTypeDescription
countInt!the unique count of holders for the collection.
cursorStringA cursor for use in pagination.
items[NftBalance!]!The list wallets for a collection.
statusHoldersStatus!Status of holder. Disabled if on unsupported network or there is insufficient holder data.