get https://api.klarda.com/api/v1/market/token/signal
Get Token Signal by Id and duration
Definition
This endpoint retrieves signals or alerts related to a specified token, providing insights into recent developments or notable events associated with the token. Users can paginate through the results and limit the number of entries returned per page using the provided query parameters.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- token_id (string): The unique identifier of the token for which signals are requested.
- page (int): The page number for paginated results. Default value is 1.
- limit(int): The maximum number of records to return per page. Default value is 10.
Response
The response will include a JSON object containing signals or alerts related to the specified token. Each entry may include details such as the type of signal, description, and other relevant information.