get_balance
The user's cash balance: the money that funds new cards. Provisions the balance account on first use. Users add cash with Apple Pay or Google Pay in USD; funds are held as USDC. (Their wallet, meaning the cards themselves, is list_cards.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Balance account status. | |
| message | Yes | Human-readable balance summary. | |
| balanceUsd | No | Spendable cash balance in USD (string decimal). | |
| confirmingUsd | No | Deposit clearing on-chain, not yet spendable (present only mid-deposit). |