curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/toptraders/{tokenMint}?apiKey='{
"success": true,
"data": {
"tokenMint": "<string>",
"traders": [
{
"trader": "<string>",
"totalPnL": 123,
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalVolume": 123,
"avgTradeSize": 123,
"firstTrade": "2023-11-07T05:31:56Z",
"lastTrade": "2023-11-07T05:31:56Z",
"largestTrade": 123,
"winRate": 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": [
{
"trader": "<string>",
"totalPnL": 123,
"totalTrades": 123,
"totalBuys": 123,
"totalSells": 123,
"totalVolume": 123,
"avgTradeSize": 123,
"firstTrade": "2023-11-07T05:31:56Z",
"lastTrade": "2023-11-07T05:31:56Z",
"largestTrade": 123,
"winRate": 123
}
]
},
"count": 123,
"limit": 123,
"solPriceUSD": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Maximum number of traders to return
1 <= x <= 200