Skip to main content
GET
/
recent
recent
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"
    }
  }
]

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Response

Successful response

id
string

The token's mint address

name
string
symbol
string
icon
string | null
decimals
number
twitter
string | null
telegram
string | null
website
string | null
dev
string | null

The token's developer address

circSupply
number | null
totalSupply
number | null
tokenProgram
string

The token program address

launchpad
string | null
partnerConfig
string | null
graduatedPool
string | null
graduatedAt
string | null
holderCount
number | null
fdv
number | null
mcap
number | null
usdPrice
number | null
priceBlockId
number | null
liquidity
number | null
stats5m
object
stats1h
object
stats6h
object
stats24h
object
firstPool
object
audit
object
organicScore
number
organicScoreLabel
enum<string>
Available options:
high,
medium,
low
isVerified
boolean | null
cexes
string[] | null
tags
string[] | null
updatedAt
string<date-time>