GET
/
v2
/
chains
/
{chainId}
/
contracts
/
{address}
/
nfts:listHolders

Path Parameters

chainId
string
required

A supported evm chain id. Use the /chains endpoint to get a list of supported chain ids.

address
string
required

Contract address on the relevant chain.

Query Parameters

pageToken
string

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

pageSize
integer
default: 1000

The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 5000.

Response

200 - application/json
nextPageToken
string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

addresses
object
required

List of addresses that match provided criteria.

nftCollectionName
string
required

NFT project name.

nftSymbol
string
required

NFT symbol.

totalHolders
number
required

Total number of holders of a given NFT project.

totalTokens
number
required

Total number of tokens of a given NFT project.