The Get Token Holder Counts by Id API allows you to easily fetch the token holder counts
Definition
This endpoint provides the current count of unique holders for a specified token within a particular blockchain network. By querying this endpoint, users can gain insights into the distribution and popularity of a token by analyzing the number of distinct addresses holding it. This information can be valuable for assessing token adoption, investor interest, and overall market sentiment
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- token_id (string): The unique identifier of the token for which the holder count is requested. For example, 'BTC' for Bitcoin.
- chain_id (int): The identifier of the blockchain network where the token resides. This ensures the data is specific to the token's presence on a particular blockchain.
Response
The response will include a JSON object containing the count of token holders for the specified token and blockchain network. This may include details such as the total number of unique holders and other relevant metrics.