tagged
GEThttps://lite-api.jup.ag/tokens/v1/tagged/:tag
Returns a list of mints with specified tag(s) along with their metadata.
note
- Refer to Token API doc for more information.
Request
Path Parameters
tag_list stringrequired
A list of one or more tags, comma separated. The list is the union of tokens with these tags.
Example: lst,token-2022
Responses
- 200
The list of tokens with the tags given
- application/json
- Schema
- Example (auto)
Schema
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/tagged/:tag' \
-H 'Accept: application/json'
ResponseClear