wallet_pnl

$0.05 USDC per call

Calculate realized and unrealized PnL for a Solana wallet's token trades. Analyzes swap history to compute profit/loss per token in SOL.

Parameters
NameTypeRequiredDescription
walletAddress string required Solana wallet address (base58)
Example Call
// MCP tool call
{
  "name": "wallet_pnl",
  "arguments": {
    "walletAddress": ""
}
}
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