v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Token Information

Get total supply for a token

Returns the total supply of a token on the specified network. Supports Solana (SPL mint address) and EVM-compatible networks (ERC-20 contract address).

get/v2/tokens/total-supply

Query parameters

networkstring required

Network name (e.g. eth, solana)

tokenstring required

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

Response

tokenstring required

Token name

networkstring required

Network name

symbolstring

Token ticker symbol

namestring

Token name

total_supplynumber required

Total supply with decimals applied

total_supply_rawstring required

Raw total supply as integer string

decimalsnumber

Number of decimal places