NOTE
- Lite URL:
https://lite-api.jup.ag/tokens/v2
- Pro URL:
https://api.jup.ag/tokens/v2
USEFUL MINT INFORMATION
- Token Metadata like name, symbol, icon to display token information to users
- Organic Score, Holder count, Market cap, etc can be useful to help make a better trading decision
- And much more!
Query by Mint
The Tokens API V2 provides an endpoint to search tokens in the background for you and returns you the search results, along with the mint information. This is useful in most user applications, as users need to choose which tokens they want to swap. This also provides a seamless developer experience as integrating this allows us to handle and abstract the token search mechanism, allowing you to focus on other user features.SEARCH
- Search for a token and its information by its symbol, name or mint address.
- Comma-separate to search for multiple.
- Limit to 100 mint addresses in query.
- Default to 20 mints in response when searching via symbol or name.
Query by Tag
The Tokens API V2 provides an endpoint to query by tags. This is useful to help users distinguish between verified vs non-verified or specific groups of tokens like liquid-staked tokens (LSTs).TAGS
- Only
lst
orverified
tag. - Note that this will return the entire array of existing mints that belongs to the tag.
Get Category
The Tokens API V2 provides an endpoint to get mints and their mint information by categories. These categories are useful for identifying tokens in specific trading scenarios, providing users with more information to trade with.CATEGORY
- Only
toporganicscore
,toptraded
ortoptrending
category. - Added query by interval for more accuracy, using
5m
,1h
,6h
,24h
. - The result filters out generic top tokens like SOL, USDC, etc (since those tokens are likely always top of the categories).
- Default to 50 mints in response (use
limit
to increase or decrease number of results).
Get Recent
The Tokens API V2 provides an endpoint to get mints and their mint information by their recency. This is helpful to display to users a list of tokens that just had their first pool created, providing more information to trade with.RECENT
- Do note that the definition of RECENT is the token’s first pool creation time (and not token’s mint/creation timestamp).
- Default to 30 mints in response.