Skip to main content
GET
/
new
new
curl --request GET \
  --url https://lite-api.jup.ag/tokens/v1/new
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "decimals": 123,
    "freeze_authority": "<string>",
    "known_markets": [
      "<string>"
    ],
    "logo_uri": "<string>",
    "metadata_updated_at": "2023-11-07T05:31:56Z",
    "mint": "<string>",
    "mint_authority": "<string>",
    "name": "<string>",
    "symbol": "<string>"
  }
]

Query Parameters

limit
integer | null

How many records to output in the result

offset
integer | null
default:0

The offset into the result set. Used in conjunction with limit to page through the data.

Response

200 - application/json

List of new tokens which are tradable with SOL

created_at
string<date-time>
required
decimals
integer
required
known_markets
string[]
required
metadata_updated_at
string<date-time>
required
mint
string
required
name
string
required
symbol
string
required
freeze_authority
string | null
logo_uri
string | null
mint_authority
string | null
I