Skip to main content
GET
Get balance

Authorizations

Authorization
string
header
required

Your Jenzy API key: Authorization: Bearer jz_live_…

Response

The ledger balance.

available
string
required

MWK available to draw down, as an exact decimal string at 2 decimal places. Parse with a decimal library, never a float.

Example:

"1250000.00"

held
string
required

MWK reserved by in-flight payouts — each amount plus its expected fee — as an exact decimal string.

Example:

"50000.00"

shortfall
string
required

MWK still owed on fees already incurred, as an exact decimal string. Normally "0.00". Non-zero means fees exceeded your balance; the next top-up covers it before adding to available.

Example:

"0.00"

currency
enum<string>
required
Available options:
MWK