get https://api.klarda.com/api/v1/market/token/top-gainer-loser
The Get Token Category API allows you to easily fetch the token listed in Klarda
Definition
This endpoint retrieves a list of tokens that are either the top gainers or top losers within a specified period. The tokens are ranked based on their price performance, and the results can be limited to a specified number of entries.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- type (string): Specifies whether to retrieve top gainers or top losers. Acceptable values are 'gainer' and 'loser'.
- limit (string): The maximum number of records to return. Default value is 10.
Response
The response will include a JSON object containing a list of tokens that are either the top gainers or top losers based on the specified type. Each token entry will include details such as the token's name, symbol, price change percentage, and other relevant information.