curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/holders/{tokenMint}?apiKey='{
"success": true,
"tokenMint": "<string>",
"holders": [
{
"address": "<string>",
"amount": 123,
"isLiquidityPool": true
}
],
"count": 123,
"timestamp": "2023-11-07T05:31:56Z"
}curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/holders/{tokenMint}?apiKey='{
"success": true,
"tokenMint": "<string>",
"holders": [
{
"address": "<string>",
"amount": 123,
"isLiquidityPool": true
}
],
"count": 123,
"timestamp": "2023-11-07T05:31:56Z"
}