get https://api.klarda.com/api/v1/market/search/queries
The Get Search By Queries API allows you to easily fetch the token listed in Klarda
Definition
This endpoint allows users to retrieve search results based on specified queries, focusing specifically on news content. 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:
- q (string): The search query term.
- type (string): Specifies the type of content to search for. Currently, only 'news' is supported.
- 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 search results based on the specified query and type. Each entry will typically include details such as the title, description, and other article's relevant information.