Skip to main content
GET
/
api
/
sol
/
tokens
/
holders
/
{tokenMint}
Token holder list
curl --request GET \
  --url 'https://de.raze.sh/api/sol/tokens/holders/{tokenMint}?apiKey='
{
  "success": true,
  "tokenMint": "<string>",
  "holders": [
    {
      "address": "<string>",
      "amount": "<string>",
      "decimals": 123,
      "uiAmount": 123
    }
  ]
}

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Response

Success

success
boolean
tokenMint
string
holders
object[]