get https://api.klarda.com/api/v1/market/search/trending
The Get Trending Search API allows you to easily fetch the token listed in Klarda
Definition
This endpoint retrieves a list of trending search queries, providing insights into current topics and interests within a specified scope. 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:
- 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 trending search queries. Each entry may include details such as the query term, search popularity ranking, and related metadata.