Esc
No results. Try a different term.
↑ ↓ to navigate · ↵ to open
Documentation menu
Reference
Resources
Account
Realtime
More
API reference
Wallet
Your account's KES balance and transaction history. Read-only — top up from the portal.
GET/wallet/balance
Returns { balance: string, currency: string } — e.g. { "balance": "1250.00", "currency": "KES" }.
GET/wallet/transactions
Query: limit (integer, default 50, max 200), offset (integer, default 0). Returns array<Transaction>, newest first.
The Transaction object
| Field | Type | Description |
|---|---|---|
| uuid | string | Stable identifier. |
| direction | string | debit (charge) or credit (top-up / refund). |
| kind | string | call_charge · did_setup · did_monthly · tts · storage · topup · refund · adjustment. |
| amount | string | KES amount. |
| balance_before | string | Wallet balance before this entry. |
| created_at | string | ISO-8601 timestamp. |