Skip to main content
GET
Get Account Balance

Overview

Get your current account balance in Algerian Dinar (DZD). The balance represents available funds that can be used for top-ups, orders, and other services.
When your balance reaches a low threshold, a notification will be sent to your registered email address.

Response

boolean
required
true for successful requests
object
required
object

Example Request

Example Response

Use Cases

Pre-Transaction Check

Verify sufficient funds before processing orders

Balance Display

Show current balance in your application UI

Low Balance Alerts

Monitor balance and alert when running low

Financial Reports

Track balance changes over time

Integration Examples

Pre-Transaction Validation

Balance Monitoring

Balance Caching

Best Practices

Always verify sufficient balance before initiating transactions
Cache balance for 30-60 seconds to reduce API calls javascript // Cache balance but invalidate after transactions const balance = await balanceCache.getBalance(); await sendTopUp(...); balanceCache.invalidateCache(); // Refresh after transaction
Implement proper error handling
Set up alerts for low balance

Error Responses

List Transactions

View transaction history

Send Mobile Top-Up

Send a mobile top-up