curl --request GET \
--url https://api.jup.ag/tokens/v2/recent \
--header 'x-api-key: <api-key>'[
{
"id": "TokenMintAddressExample111111111111111111111",
"name": "New Token",
"symbol": "NEW",
"decimals": 9,
"holderCount": 150,
"usdPrice": 0.001,
"liquidity": 5000,
"organicScore": 20,
"organicScoreLabel": "low",
"isVerified": false,
"firstPool": {
"id": "PoolAddressExample1111111111111111111111111",
"createdAt": "2025-03-15T10:30:00.000Z"
}
}
]Recent
Returns an array of mints that recently had their first created pool
curl --request GET \
--url https://api.jup.ag/tokens/v2/recent \
--header 'x-api-key: <api-key>'[
{
"id": "TokenMintAddressExample111111111111111111111",
"name": "New Token",
"symbol": "NEW",
"decimals": 9,
"holderCount": 150,
"usdPrice": 0.001,
"liquidity": 5000,
"organicScore": 20,
"organicScoreLabel": "low",
"isVerified": false,
"firstPool": {
"id": "PoolAddressExample1111111111111111111111111",
"createdAt": "2025-03-15T10:30:00.000Z"
}
}
]Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get API key via https://developers.jup.ag/portal
Response
Successful response
The token's mint address
URL to the token's logo image
The token program address (SPL Token or Token-2022)
Token creation timestamp
The token's developer wallet address
Mint authority address (present when mint authority is not disabled)
Freeze authority address (present when freeze authority is not disabled)
Fully diluted valuation in USD
Market cap in USD
Solana block number for the price data point
Total liquidity in USD
APY data, only present for assets listed on Jupiter Lend's Earn
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Audit information. All sub-fields are conditional and vary per token.
Show child attributes
Show child attributes
Organic trading activity score (0-100)
high, medium, low Last data update timestamp
Was this page helpful?
