Tokens
Get token holders
Commonly used to get a list of all the token holders for a specified ERC20 or ERC721 token. Returns historic token holders when block-height is set (defaults to latest). Useful for building pie charts of token holders.
GET
/
{chainName}
/
v1
/
tokens
/
{tokenAddress}
/
holders
Path Parameters
token address
Name of the blockchain (e.g., ethereum, polygon, bsc)
Query Parameters
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
Ending date to define a block range (YYYY-MM-DD). Omitting this parameter defaults to the current date.