Get Token Price History Time Range

The Get Token Price History Time Range API allows you to easily fetch the token price

Definition

This endpoint retrieves historical price data for a specified token within a specified time range. It allows users to analyze price trends over a defined period, facilitating detailed historical data analysis and market insights.

Query Parameters

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

  1. token_id (string): The unique identifier or symbol of the token for which the price history is requested. For example, 'BTC' for Bitcoin.
  2. start_timestamp (string): The start timestamp in the format 'yyyy-mm-dd', indicating the beginning of the time range for historical price data.
  3. end_timestamp (string): The end timestamp in the format 'yyyy-mm-dd', indicating the end of the time range for historical price data.

Response

The response will include a JSON object containing historical price data of the specified token within the specified time range.

This endpoint is useful for performing comprehensive historical analysis, trend identification, and market behavior assessment over specific periods.

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