Skip to main content
GET
Token - Detail
Returns comprehensive token information including metadata, stats, and market data. Use this as your primary token lookup endpoint.
Related: GraphQL TokenSearch Cube | MCP: token_get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
tokenAddress
string
required

An address of a token

Response

200 - application/json

Get

Token entity — mirrors TS TokenDTO extends TokenMetadataDTO.

TS uses class inheritance to flatten metadata into the top level. Rust uses #[serde(flatten)] for the same effect.

address
string
required

Token contract address

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

chain
string
required

Blockchain network identifier

Example:

"sol"

decimals
integer<int32>
required

Number of decimal places

Example:

9

name
string
required

Token display name

Example:

"USD Coin"

symbol
string
required

Token ticker symbol

Example:

"USDC"

coingeckoCoinId
string | null

CoinGecko coin identifier

Example:

"usd-coin"

description
string | null

Token description

Example:

"USDC is a stablecoin pegged to the US dollar"

devLastTokenCreatedAt
string | null

Timestamp of developer last token creation

Example:

"2025-12-03T09:23:34.000Z"

devTotalTokens
string | null

Total number of tokens created by the developer

Example:

"163"

extension
null | object

ENTITY.TOKEN.EXTENSION ENTITY.TOKEN.EXTENSION

extra
object

Extended token metadata

imageUrl
string | null

Token logo image URL

Example:

"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png"

market
string | null

Trading market identifier

Example:

"USDC-SOL"

marketData
object

Market data

metadataAddress
string | null

On-chain metadata account address

Example:

"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"

score
number<double> | null

Search relevance score from OpenSearch _score

scoreBreakdown
null | object

Approximate factor-level score breakdown (debug / explainability)

security
object

Security audit summary

socialMedias
object

Token social media links

stats
object

Token statistics

tier
integer<int32> | null

Search tier: 0 = VIP, 1 = verified, 2 = emerging, null = unverified

tokenCreatedAt
integer<int64> | null

Token creation timestamp (milliseconds)

Example:

1710417600000

tokenCreatedBlockHeight
string | null

Block height when token was created

Example:

"220000000"

tokenCreatedSlot
string | null

Slot number when token was created

Example:

"230000000"

tokenCreatedTxSignature
string | null

Transaction signature of token creation

Example:

"5dJ1BxPiFT7w7aBdkxNy2jopGZnZoLwRwS8e9GkEXrVz..."

tokenCreators
object[]

List of token creators

uri
string | null

Token metadata URI

Example:

"https://arweave.net/abc123"

warningBadge
string | null

Warning badge: "unverified", "potential_scam", "honeypot", or null