cURL
curl --request GET \ --url https://lite-api.jup.ag/tokens/v1/all
[ { "address": "<string>", "created_at": "2023-11-07T05:31:56Z", "daily_volume": 123, "decimals": 123, "extensions": "<any>", "freeze_authority": "<string>", "logoURI": "<string>", "mint_authority": "<string>", "minted_at": "2023-11-07T05:31:56Z", "name": "<string>", "permanent_delegate": "<string>", "symbol": "<string>", "tags": [ "<string>" ] } ]
Returns all tokens with all metadata. Tokens API V1 is deprecated, please use Tokens API V2 instead.
List of all tokens with all metadata
Show child attributes