The agent's x402 spending wallet (address + balance)
x402_walletDisplays a Solana wallet's address and live SOL and USDC balances. Derives the wallet from the configured signer when no address is provided; use before paying to confirm funds.
Instructions
Show a Solana wallet's address and live SOL + USDC balance. With no address, derives the wallet from the configured signer (SOLANA_SECRET_KEY) — call this before pay_and_call to confirm there's USDC to spend. Read-only; never moves funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Base58 Solana address to inspect. Omit to use the configured signer wallet. |