Skip to main content
GET
Token supply and decimals

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Response

Success

Token supply and decimals. The endpoint tries multiple RPCs; if all return empty it falls back to a default (supply: 1000000000, decimals: 6) and sets fallback: true. On error, a { success: false, tokenMint, error } shape is returned instead.

success
boolean
tokenMint
string
supply
number

UI supply. A NUMBER (can be fractional), not an integer. 1000000000 when the fallback default is used.

decimals
integer | null
fallback
boolean

True when the default supply/decimals were used because every RPC returned empty.

error
string

Present only on failure responses (success: false).

timestamp
string<date-time>