Skip to main content

token information

GET 

https://lite-api.jup.ag/tokens/v1/token/:mint_address

Returns the specified mint address's token information and metadata.

note

Request

Path Parameters

    address stringrequired

    The token's mint address

    Example: So11111111111111111111111111111111111111112

Responses

Returns metadata about a particular token

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/token/:mint_address' \
-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!