Skip to main content
GET

Endpoint

Authentication

string
required
Bearer token with your API key. Must have Read Balance permission.

Path Parameters

string
required
The unique identifier of the distributor. Must match the distributor ID associated with the API key.

Response

string
The current balance of the distributor’s wallet as a decimal string (e.g., “50000.00”)

Use Cases

  • Balance Monitoring: Automated alerts when balance falls below threshold
  • Pre-transaction Validation: Check if sufficient balance exists before attempting operations
  • Dashboard Integration: Display current balance in POS or admin systems
  • Reconciliation: Regular balance checks for accounting purposes

Example: Balance Monitoring Script