For the complete documentation index, see llms.txt. Markdown versions of the documentation pages are available from that index.
solscan logo
Register NowRegister Now

token meta

* Try live endpoints on real data. No paid plan required ยท Free tier limits apply.

get

https://pro-api.solscan.io/playground/token/meta

Get the metadata of a token

QUERY PARAMS

address

string

required

Solana token (mint) address

RESPONSES

200

OK

Response Body (application/json)

success

boolean

Request status

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

Deprecated

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

Unix timestamp (seconds) of token creation

first_mint_tx

string

Transaction of the first mint

first_mint_time

number

Unix timestamp (seconds) of the first mint

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

array of object

The onchain extensions of the SPL token 2022

400

Bad Request

Response Body (application/json)

401

Authentication failed

Response Body (application/json)

429

Too Many Requests

Response Body (application/json)

500

Internal Server Error

Response Body (application/json)

icon

Javascript

icon

Python

icon

Shell

icon

Go

icon

C#

Authorization

Free API key

Response

Click Try It! to start a request and see the response here!

Response Examples