Skip to main content
GET
Get total supply for a token

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

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 8, 2026