Skip to main content
GET
/
all
all
curl --request GET \
  --url https://lite-api.jup.ag/tokens/v1/all
[
  {
    "address": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "daily_volume": 123,
    "decimals": 123,
    "extensions": "<any>",
    "freeze_authority": "<string>",
    "logoURI": "<string>",
    "mint_authority": "<string>",
    "minted_at": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "permanent_delegate": "<string>",
    "symbol": "<string>",
    "tags": [
      "<string>"
    ]
  }
]

Response

200 - application/json

List of all tokens with all metadata

address
string
required
created_at
string<date-time>
required
decimals
integer
required
extensions
any
required
name
string
required
symbol
string
required
tags
(string | null)[]
required
daily_volume
number | null
freeze_authority
string | null
logoURI
string | null
mint_authority
string | null
minted_at
string<date-time> | null
permanent_delegate
string | null
I