Discover token distribution across ERC20 token holders, ranked by balance descending.
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.
Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.
The chain id of the blockchain (e.g., 8453 for Base). For a full list see Supported Chains.
The token contract address.
Maximum number of token holders to return. Default is 500 when not provided. Values above 500 are reduced to 500.
1 <= x <= 500Pagination token from the previous response's next_offset field.
A list of token holders for the specified token address on the specified chain.
The address of the token contract.
"0x63706e401c06ac8513145b7687a14804d17f814b"
The identifier of the blockchain. For a full list see Supported Chains
8453
A list of token holders and their balances.
An opaque token for fetching the next page of results. Null if no more results.
"eyJvZmZzZXQiOjEwMH0="