Get Token Holder Distribution by ID

The Get Token Holder Distribution by Id API allows you to easily fetch the token holder distribution

Definition

This endpoint provides detailed information about the distribution of token holdings for a specified token within a particular blockchain network. By querying this endpoint, users can obtain insights into how the token supply is distributed among different holders. This data can help analyze the concentration of holdings, identify large stakeholders, and understand the overall distribution pattern of the token.

Query Parameters

For guidance on how to leverage this method, check out the following tutorials:

  1. token_id (string): The unique identifier of the token for which the holder distribution is requested. For example, 'BTC' for Bitcoin.
  2. 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 detailed information about the distribution of token holdings for the specified token and blockchain network. This may include details such as the number of tokens held by different addresses and other relevant metrics.

Language
Credentials
Query
Click Try It! to start a request and see the response here!