Skip to main content

ankr_getTokenHolders

List wallet holders of an ERC-20 token, ranked by balance

POST 

/?ankr_getTokenHolders

Returns wallet addresses that hold the specified ERC-20 token, with each holder's human-readable balance and the raw integer balance (value × 10^decimals). Holders are returned ranked by balance, descending.

Pass contractAddress of the token plus the blockchain it lives on. Paginate with pageSize (default 10000, max 10000) and the nextPageToken echoed in each response.

Part of the Token API product (700 compute units per call, $0.00007 at base rate).

Request

Responses

Success. JSON-RPC result carries holder list plus token decimals and total holder count. JSON-RPC errors are returned with HTTP 200; check the response body for an error key.