wallet_profile

$0.005 USDC per call

Get a complete wallet profile: SOL balance, all token holdings with USD values, NFT count, and top holdings ranked by value.

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