get https://api.klarda.com/api/v1/market/token/list
The Get Token List API allows you to easily fetch the token listed in Klarda
Definition
This endpoint retrieves a list of tokens based on specified filters and sorting options. It allows users to fetch detailed information about various tokens, sorted by market capitalization, and manage the results through pagination.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- category (string): The category of tokens to filter by (e.g., DeFi, NFT, Stablecoins, etc.). This parameter helps in narrowing down the search to specific types of tokens.
- sort_by (string): The field by which to sort the results. Currently, only sorting by market_cap is supported.
- sort_order (string): The order in which to sort the results. Acceptable values are 'asc' for ascending and 'desc' for descending. Default is 'desc' for descending order.
- 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 a list of tokens that match the specified criteria. Each token entry will include details such as the token's name, symbol, market capitalization, and other relevant information.