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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Query Params
string
required
Defaults to BTC

String - Defines the symbol

int32
required

String - Defines the chain id

int32
Defaults to 10

Int - Defines the duration(default 10)

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json