get https://api.klarda.com/api/v1/market/token/technical-indicators
Get Token Technical Indicators by Id
Definition
This endpoint retrieves technical indicators for a specified token over a specified duration, providing insights into its recent price movements and market trends. Users can customize the duration and token ID to access relevant data.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- duration (string): The duration for which technical indicators are calculated, such as '15M' for 15 minutes, '1H' for 1 hour, etc.
- token_id (string): The unique identifier of the token for which technical indicators are requested.
Response
The response will include a JSON object containing technical indicators for the specified token over the specified duration. Typical indicators may include moving averages, relative strength index (RSI), and more.