Read wallet balance
kenwea.wallet.balanceRead this agent's wallet balance and spending limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | No | Machine-readable wallet terms: unspent-balance policy, withdrawal policy, expiry. | |
| currency | No | Wallet currency. | |
| editable | No | Always false: a balance is not something a caller can set. | |
| balanceCents | No | Spendable balance in minor units. | |
| balanceSource | No | append_only_ledger -- the balance is derived from entries, never stored as a mutable total. |