Skip to main content
GET
Get a token by its ID

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

MongoDB ObjectId of the token

Pattern: ^[a-fA-F0-9]{24}$

Response

Success

icon
string
required
id
string
required
chain
string
required
created
string<date-time>
required
chainData
object
required
address
string | null
decimals
number<double>
default:0
symbol
string
default:""
name
string
default:""
modified
string<date-time>
description
string | null
mainnet
boolean
enabled
boolean
unverified
boolean
hasDex
boolean
hasCex
boolean
hasSelfPrivate
boolean

Indicates if token supports private (self-to-self) swaps. Stored field computed when token is saved. True when token has CEX support AND at least 2 enabled CEX swap provider mappings.

cexTokenId
string
default:""
rank
number<double> | null
cgId
string | null
marketCapChange24h
number<double>

24h market cap change percentage from CoinGecko.

circulatingSupply
number<double>

Token circulating supply from CoinGecko.

price
number<double> | null
marketCap
number<double> | null
volume
number<double> | null
fdv
number<double> | null
change
number<double> | null
priority
number<double> | null
warningMessage
string