Wallet Balance & Status
agent_wallet_statusCheck the USDC balance for your agent wallet (or any address). If X-Coal-Agent-Key is set in your Claude config header, this auto-resolves your wallet's address. Otherwise pass address or agentPrivateKey. The server holds NO long-lived keys — every payment is signed per-request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Public address to check (0x...). Optional if header is set. | |
| agentPrivateKey | No | Your agent wallet private key. Optional if X-Coal-Agent-Key header is set. |