Pagination
This endpoint uses cursor-based pagination. You can use thelimit
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.Compute Unit Cost
The Token Holders endpoint has a fixed CU cost of 2 per request. See the Compute Units page for detailed information.Headers
Used for authenticating requests. Provide an API key with a purpose of Sim API
. See Authentication.
Path Parameters
The identifier of the blockchain (e.g., 8453 for Base). For a full list see Supported Chains.
The token contract address.
Query Parameters
Maximum number of token holders to return. Default is 500 when not provided. Values above 500 are reduced to 500.
1 <= x <= 500
Pagination token from the previous response's next_offset field.
Response
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="