Skip to main content

ankr_getNFTHolders

List wallet holders of an NFT collection

POST 

/?ankr_getNFTHolders

Returns the list of wallet addresses that currently hold any token from the specified NFT collection. Useful for snapshotting an allowlist, computing distribution stats, or driving holder-gated drops.

Pass the contractAddress of the collection plus the blockchain it lives on. Page through large collections with pageSize (default 1000, max 10000) and the nextPageToken echoed in each response.

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

Request

Responses

Success. JSON-RPC result envelope contains the holders array and a pagination cursor. JSON-RPC errors are returned with HTTP 200 — check for an error key in the response body.