holder_changes

$0.005 USDC per call

Track which wallets are accumulating or dumping a token based on recent transfer activity. Returns top movers with net flow direction and a bullish/bearish/neutral sentiment signal.

Parameters
NameTypeRequiredDescription
mintAddress string required Solana token mint address (base58)
Example Call
// MCP tool call
{
  "name": "holder_changes",
  "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