token meta
https://pro-api.solscan.io/playground/token/meta
Get the metadata of a token
QUERY PARAMS
address
string
required
A token address on solana blockchain
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
address
string
The address of this token
name
string
The name of this token
symbol
string
The symbol of this token
icon
string
The icon of this token
decimals
number
The decimals of this token
price
number
The price of this token in USD
volume_24h
number
The token's trading volume in USD over the last 24 hours
market_cap
number
The market capitalization of this token
market_cap_rank
number
The market capitalization rank of this token
price_change_24h
number
The price change of this token in the last 24 hours
supply
string
The supply of this token
holder
number
The total number of the holders of this token
creator
string
The token's creator
create_tx
string
The transaction that token was created
created_time
number
The Unix epoch time that token was created
first_mint_tx
string
The transaction that token was minted first time
first_mint_time
number
The Unix epoch time that token was minted first time
metadata
object
The metadata of the token
metadata_uri
string
The metadata uri of the token
mint_authority
string
The mint authority of the token
freeze_authority
string
The freeze authority of the token
total_dex_vol_24h
number
The token's dex trading volume in Solana in USD over the last 24 hours
dex_vol_change_24h
number
The dex trading volume change of this token in the last 24 hours
onchain_extensions
400
Bad Request
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
401
Authentication failed
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
429
Too Many Requests
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
500
Internal Server Error
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error