new
GEThttps://lite-api.jup.ag/tokens/v1/new
Returns new tokens with metadata, created at timestamp and markets.
note
- Refer to Token API doc for more information.
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
- 200
List of new tokens which are tradable with SOL
- application/json
- Schema
- Example (auto)
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
[
{
"created_at": "2024-07-29T15:51:28.071Z",
"decimals": 0,
"known_markets": [
"string"
],
"metadata_updated_at": "2024-07-29T15:51:28.071Z",
"mint": "string",
"name": "string",
"symbol": "string"
}
]
- curl
- nodejs
- python
- rust
- CURL
curl -L 'https://lite-api.jup.ag/tokens/v1/new' \
-H 'Accept: application/json'
ResponseClear