DEPRECATEDTokens API V1 will be/is deprecated by 30th September 2025.Please migrate to Tokens API V2 which consists of breaking changes.
NOTEBase URL:
https://lite-api.jup.ag/tokens/v1
For higher rate limits, refer to the API Key Setup doc.Get Token Information
Using this endpoint, you can get the token information of the specific mint address. In the following example, we are looking at getting the token information of the JUP token.USEFUL MINT INFORMATIONIn the response, you can see that we have identified the
tags
, freeze_authority
and permanent_delegate
to help you or your users make informed decisions.Get Tokens In Market
Using this endpoint, you can get a list of token mints that belong to a market/pool address. In the following example, we use a Meteora SOL-USDC market.Get All Tradable Tokens
Using this endpoint, you can get a list of all token mints that are tradable on Jupiter.- A new token (before market liquidity checks)
- Or tokens that has past the market liquidity checks
- These tokens should return a quote from the
/quote
endpoint and is able to swap.
Get Tagged Tokens
Using this endpoint, you can get a list of token mints (with information) that are tagged according to the tag you pass in. In the following example, we use thelst
tag.
TIPA list of useful tags are:
You can pass in multiple tags using a comma separated list, refer to the API Reference for more details.
Token List Name | Description |
---|---|
verified | A list of verified tokens, consisting of community-verified tokens via catdetlist.jup.ag and the previous standard of Jupiter Strict. |
lst | A list of liquid staked tokens, maintained with Sanctum. |
token-2022 | A list of all token-2022 tokens. |
Get New Tokens
Using this endpoint, you can get a list of token mints (with information) sorted bycreated_at
their timestamps.
PAGINATE LARGE RESPONSEThe
/new
endpoint will return a large sized payload as response, you can utilize the limit
and offset
query parameters to help paginate the responses.limit
: Refers to how many counts of data to be in the output.offset
: Refers to how many counts of data to offset into the result set.- Used in conjunction with
limit
to page through the data.
- Used in conjunction with
Get All Tokens
Using the endpoint, you can simply query with theall
resource to get all tokens that Jupiter has indexed through our infrastructure.
WARNINGDo note that calling this endpoint’s resource will return a large payload of 300+MB, which would introduce some latency in the call. Please use carefully and intentionally, else utilize the other endpoints.This endpoint does not support
limit
or offset
.TIPTo index your own tokens, you can use RPC APIs such as the Metaplex Digital Asset Standard (DAS). Major RPC providers like Helius and Triton One offer access to this API.