Retrieve all business wallet balances for the authenticated tenant.
POST /quote or POST /initiate| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
| Field | Type | Description |
|---|---|---|
data | array | List of wallet balance objects |
data[].walletId | string (UUID) | Wallet identifier |
data[].currency | string | Currency code (e.g. NGN, USD) |
data[].balance | number | Current balance in that currency |
data[].availableBalance | number | Available balance (same as balance for business wallets) |
currency and balance to validate sufficient funds before initiating a payout; debit always comes from the sourceCurrency wallet.data is an empty array [].