Get Token Holder History By ID And Duration

The Get Token Holder Counts by Id API allows you to easily fetch the token holder counts

Definition

This endpoint retrieves the historical data of token holders for a specified token and blockchain network over a given period. Users can filter the results by token ID and chain ID, and manage the number of records returned.

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 holder history is requested, such as 'BTC' for Bitcoin.
  2. chain_id (int): The identifier of the blockchain network where the token resides.
  3. limit (int): The maximum number of records to return. Default value is 10.

Response

The response will include a JSON object containing the historical data of token holders filtered by the specified criteria. This may include details such as the number of holders over time, timestamps, and other relevant metrics.

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