Skip to main content

new

GET 

https://lite-api.jup.ag/tokens/v1/new

Returns new tokens with metadata, created at timestamp and markets.

note

Request

Query Parameters

    limit int64

    How many records to output in the result

    Example: 10
    offset int64

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

    Default value: 0
    Example: 20

Responses

List of new tokens which are tradable with SOL

Schema
  • Array [
  • created_atdate-timerequired
    decimalsint32required
    freeze_authoritystring | nullnullable
    known_marketsstring[]required
    logo_uristring | nullnullable
    metadata_updated_atdate-timerequired
    mintstringrequired
    mint_authoritystring | nullnullable
    namestringrequired
    symbolstringrequired
  • ]
curl -L 'https://lite-api.jup.ag/tokens/v1/new' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://lite-api.jup.ag/tokens/v1
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!