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

Authorizations

x-api-key
string
header
required

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

Query Parameters

limit
integer<int64> | null

How many records to output in the result

offset
integer<int64> | 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<int32>
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