Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.raze.bot/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, "avgBuyPrice": 123, "avgSellPrice": 123, "isHolding": true, "bundleTrades": 123, "sniperTrades": 123, "proTrades": 123, "entryDelaySeconds": 123 } ] }, "count": 123, "limit": 123, "solPriceUSD": 123, "timestamp": "2023-11-07T05:31:56Z" }
Maximum number of traders to return
1 <= x <= 200
Success
Show child attributes