top_traders

$0.01 USDC per call

Find the most active and profitable traders of a specific token. Returns wallet addresses, buy/sell volumes, estimated PnL in SOL, and trader type classification.

Parameters
NameTypeRequiredDescription
mintAddress string required Solana token mint address (base58)
Example Call
// MCP tool call
{
  "name": "top_traders",
  "arguments": {
    "mintAddress": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground