get https://api.klarda.com/api/v1/market/token/new
The Get New Token List API allows you to easily fetch the token listed in Klarda
Definition
This endpoint retrieves a list of newly launched tokens, filtered by category and managed through pagination. It allows users to discover recent token additions in specific categories.
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 newly launched tokens.
- 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 newly launched tokens that match the specified criteria. Each token entry will include details such as the token's name, symbol, launch date, and other relevant information.