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
Name | Type | Description |
---|---|---|
input | NftHoldersInput! | Required |
Response
Name | Type | Description |
---|---|---|
count | Int! | the unique count of holders for the collection. |
cursor | String | A cursor for use in pagination. |
items | [NftBalance!]! | The list wallets for a collection. |
status | HoldersStatus! | Status of holder. Disabled if on unsupported network or there is insufficient holder data. |