curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/toptraders/{tokenMint}?apiKey='{
"success": true,
"data": {
"tokenMint": "<string>",
"traders": [
{
"signer": "<string>",
"totalProfit": 123,
"totalVolume": 123
}
]
},
"count": 123,
"limit": 123,
"solPriceUSD": 123,
"timestamp": "2023-11-07T05:31:56Z"
}curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/toptraders/{tokenMint}?apiKey='{
"success": true,
"data": {
"tokenMint": "<string>",
"traders": [
{
"signer": "<string>",
"totalProfit": 123,
"totalVolume": 123
}
]
},
"count": 123,
"limit": 123,
"solPriceUSD": 123,
"timestamp": "2023-11-07T05:31:56Z"
}1 <= x <= 100