Get My Wallet Balance
get_my_wallet_balanceCheck your spendable wallet balance at your active school before ordering lunch or registering for an event. Returns the live amount in cents and formatted, so you can confirm sufficient funds for the charge.
Instructions
Read-only lookup - never moves funds or has side effects. Requires authentication: returns only the caller's spendable wallet balance at their active school (wallets are scoped per school, so a balance at one school does not apply elsewhere), in cents and formatted. Live value reflecting orders and refunds up to the current moment - recheck before assuming funds are still available. Call before pay_lunch_order_draft or register_for_event to confirm the user can cover the charge; not needed for read-only lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ISO currency code (CAD, USD, or MXN) | |
| balanceCents | No | Spendable balance in cents | |
| balanceFormatted | No | Balance formatted with the currency symbol |