get https://api.klarda.com/api/v1/market/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:
- token_id (string): The unique identifier or symbol of the token for which the price history is requested. For example, 'BTC' for Bitcoin.
- start_timestamp (string): The start timestamp in the format 'yyyy-mm-dd', indicating the beginning of the time range for historical price data.
- 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.