copy_trade_signals

$0.01 USDC per call

Analyze a wallet's recent swap activity for copy trading. Returns active positions, buy/sell patterns, entry prices, and trading frequency.

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