Skip to main content
GET
Get total supply for a token

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

network
string
required

Network name (e.g. eth, solana)

token
string
required

Token contract address (EVM) or mint address (Solana)

Response

200 - application/json
token
string
required

Token name

network
string
required

Network name

total_supply
number
required

Total supply with decimals applied

total_supply_raw
string
required

Raw total supply as integer string

symbol
string

Token ticker symbol

name
string

Token name

decimals
number

Number of decimal places

Last modified on July 30, 2026