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

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Response

Success

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