Token Holders
Discover token distribution across ERC20 or ERC721 holders, ranked by wallet value.
The Token Holders API provides information about accounts holding a specific ERC20 or ERC721 token on supported EVM blockchains.
Pagination
This endpoint uses cursor-based pagination.
You can use the 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.
You can only use the value from next_offset
to set the offset
query parameter of the next page of results.
Authorizations
API key for authenticating requests.
Path Parameters
The identifier of the blockchain (e.g., 8453 for Base). For a full list see Supported Chains.
The address of the token contract.
Query Parameters
Maximum number of token holders to return.
1 <= x <= 500
Offset value for fetching the next page of results.
Response
A list of token holders for the specified token address on the specified chain.
The response is of type object
.