Skip to main content

tagged

GET 

https://lite-api.jup.ag/tokens/v1/tagged/:tag

Returns a list of mints with specified tag(s) along with their metadata.

note

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

The list of tokens with the tags given

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
curl -L 'https://lite-api.jup.ag/tokens/v1/tagged/:tag' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://lite-api.jup.ag/tokens/v1
Parameters
— pathrequired
ResponseClear

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