Skip to main content
GET
/
tag
tag
curl --request GET \
  --url https://api.jup.ag/tokens/v2/tag \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "So11111111111111111111111111111111111111112",
    "name": "Wrapped SOL",
    "symbol": "SOL",
    "decimals": 9,
    "isVerified": true,
    "tags": [
      "verified"
    ]
  }
]

Authorizations

x-api-key
string
header
required

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

Query Parameters

query
enum<string>
required
Available options:
lst,
verified

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>