ankr_getTokenHoldersCount

Retrieves the number of holders of the specified token.

Request

This endpoint expects an object.
blockchainenumRequired
Name of the blockchain.
contractAddressstringRequired
Address of the token contract.
pageSizeintegerOptional>=1

Number of entries per page. Max value — 10000, default value — 10000.

pageTokenstringOptional
Current page token for pagination.

Response

Result returned by ankr_getTokenHoldersCount.

blockchainenum
Supported blockchain identifier.
contractAddressstring
Blockchain address, ENS name, or contract address where supported.
holderCountHistorylist of objects or null
latestHoldersCountinteger>=0
Latest available holders count for the last week.
nextPageTokenstring
Next page token for pagination.
tokenDecimalsinteger
Number of decimals the token supports.