Skip to main content
POST
Get Tokens
This endpoint returns detailed token information for specific token addresses. Use query parameters to request additional attributes.
Tokens that have never traded on a DEX are still returned, with real decimals and total_supply from chain state. Price-derived fields (price, fully_diluted_valuation_usd, price changes, all-time high/low) are omitted for these tokens rather than reported as 0. A token does not exist error now means the address genuinely has no on-chain supply record.

Supported Chains

Authorizations

X-API-KEY
string
header
required

Body

application/json
Required array length: 1 - 200 elements
token_address
string
required

Token contract address

chain
string
required

Lowercase chain name

Response

Successful Response

chain
string
required

Lowercase chain name

address
string
required

Token contract address

object
string
default:token
Allowed value: "token"
type
enum<string> | null

Token standard type: evm_erc20/evm_erc721/evm_erc1155 (EVMs), sol_spl (Solana), sui_token (Sui), near_nep141/near_nep245 (Near), stellar_classic/stellar_sac/stellar_wasm (Stellar), or native (All)

Available options:
native,
non_native,
evm_erc20,
evm_erc721,
evm_erc1155,
sol_spl,
sui_token,
near_nep141,
near_nep245,
stellar_classic,
stellar_sac,
stellar_wasm
price
number | null

Current price (USD); omitted for tokens that have never been DEX-priced

decimals
integer | null

Token decimal places

info
TokenInfo · object | null

Token name and symbol

attributes
TokenAttributes · object | null

Token market attributes