token_holders
Retrieve paginated current or historical token holders for any ERC20 or ERC721 token. Specify blockchain network and token address; optionally filter by block height or date. Get holder addresses with balances and ownership percentages.
Instructions
Used to get a paginated list of current or historical token holders for a specified ERC20 or ERC721 token.Required: chainName (blockchain network), tokenAddress (token contract address). Optional: blockHeight or date for historical data, pageSize and pageNumber for pagination. Returns list of addresses holding the token with balance amounts and ownership percentages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainName | Yes | The blockchain network to query (e.g., 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet'). | |
| tokenAddress | Yes | The token contract address to get holders for. Supports ENS, RNS, Lens Handle, and Unstoppable Domain resolution. | |
| blockHeight | No | Specific block height to get historical token holders from. Cannot be used with date parameter. | |
| date | No | Specific date to get historical token holders from (YYYY-MM-DD format). Cannot be used with blockHeight parameter. | |
| pageSize | No | Number of token holders to return per page. Maximum is 100. | |
| pageNumber | No | Page number for pagination, starting from 0. |