Discover token distribution across ERC20 or ERC721 holders, ranked by wallet value.
limit
query parameter to define the maximum page size.
Results might at times be less than the maximum page size.
The next_offset
value is included in the initial response and can be used to fetch the next page of results by passing it as the offset
query parameter in the next request.
next_offset
to set the offset
query parameter of the next page of results.Used for authenticating requests. Provide an API key with a purpose of Sim API
. See Authentication.
The identifier of the blockchain (e.g., 8453 for Base). For a full list see Supported Chains.
The address of the token contract.
Maximum number of token holders to return. Default is 500 when not provided. Values above 500 are reduced to 500.
1 <= x <= 500
Offset value for fetching the next page of results.
A list of token holders for the specified token address on the specified chain.
The response is of type object
.