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.
Processing: Realtime
When no block-height
is specified, the default is to use the latest token holder snapshot which updates every 30 mins.
To fetch the current token holders list without using the snapshot, set no-snapshot=true
.
Page size is either 100
(default) or 1000
.
Supported only on Foundational Chains.
Path Parameters
The chain name eg: eth-mainnet
.
The requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
Query Parameters
Defaults to false
. Set to true
to bypass last snapshot and get the latest token holders list.
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.
Number of items per page. Note: Currently, only values of 100
and 1000
are supported. Omitting this parameter defaults to 100.
0-indexed page number to begin pagination.
Response
The timestamp when the response was generated. Useful to show data staleness to users.
The requested chain ID eg: 1
.
The requested chain name eg: eth-mainnet
.
List of response items.
Pagination metadata.