all
GEThttps://lite-api.jup.ag/tokens/v1/all
Returns all tokens with all metadata.
note
- Refer to Token API doc for more information.
Responses
- 200
List of all tokens with all metadata
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
addressstringrequired
created_atdate-timerequired
daily_volumedoublenullable
decimalsint32required
extensionsrequired
freeze_authoritystring | nullnullable
logoURIstring | nullnullable
mint_authoritystring | nullnullable
minted_atdate-timenullable
namestringrequired
permanent_delegatestring | nullnullable
symbolstringrequired
tagsstring,null[]required
[
{
"address": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"decimals": 0,
"extensions": {},
"name": "string",
"symbol": "string",
"tags": [
null
]
}
]
- curl
- nodejs
- python
- rust
- CURL
curl -L 'https://lite-api.jup.ag/tokens/v1/all' \
-H 'Accept: application/json'
ResponseClear