Skip to main content

token information

Returns the specified mint addresse's token information and metadata

Path Parameters
address string — REQUIRED

The token's mint address

Example: So11111111111111111111111111111111111111112
Responses
200

More information about a particular token

Schema — OPTIONAL
address string
created_at date-time
daily_volume double — OPTIONAL
decimals int32
extensions
freeze_authority string,null — OPTIONAL
logoURI string,null — OPTIONAL
mint_authority string,null — OPTIONAL
minted_at date-time — OPTIONAL
name string
permanent_delegate string,null — OPTIONAL
symbol string
tags string,null[]
GET /tokens/v1/token/:mint_address
address — path
https://api.jup.ag
curl -L 'https://api.jup.ag/tokens/v1/token/:mint_address' \
-H 'Accept: application/json'