wallet_balance

$0.001 USDC per call

Get SOL balance and all token balances for a Solana wallet. Lightweight check — use before transactions to verify sufficient funds.

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