Skip to main content
GET
/
api
/
sol
/
tokens
/
supply
/
{tokenMint}
Token supply and decimals
curl --request GET \
  --url 'https://de.raze.sh/api/sol/tokens/supply/{tokenMint}?apiKey='
{
  "success": true,
  "tokenMint": "<string>",
  "supply": 123,
  "decimals": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Response

Success

success
boolean
tokenMint
string
supply
integer
decimals
integer
timestamp
string<date-time>