latestOpenAPI 3.1.02026-08-0837114837.8 KB
c099830c76a0
get-token-holders-as-of-any-block-height-v2
Used to get a paginated list of current or historical token holders for a specified ERC20 or ERC721 token.
get/v1/{chainName}/tokens/{tokenAddress}/token_holders_v2/
Path parameters
chainNamestring required
The chain name eg: eth-mainnet.
tokenAddressstring required
The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.
Query parameters
no-snapshotboolean
Defaults to false. Set to true to bypass last snapshot and get the latest token holders list.
block-heightinteger
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
datestring
Ending date to define a block range (YYYY-MM-DD). Omitting this parameter defaults to the current date.
page-sizeinteger
Number of items per page. Note: Currently, only values of 100 and 1000 are supported. Omitting this parameter defaults to 100.
page-numberinteger
0-indexed page number to begin pagination.
Response
Successful response