whale_alert

$0.01 USDC per call

Scan a wallet's recent transaction history for large movements. Returns whale-sized transfers and token movements.

Parameters
NameTypeRequiredDescription
walletAddress string required Solana wallet address to monitor (base58)
minSolAmount string optional Minimum SOL amount to qualify as whale activity (default: 100)
Example Call
// MCP tool call
{
  "name": "whale_alert",
  "arguments": {
    "walletAddress": "",
    "minSolAmount": ""
}
}
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