v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBAccounts
Fetch parent account balance
You can use this endpoint to get the balance of the parent account.
get/v1/accounts/balance
Headers
accountIdstring uuid required
Example:890022ce-bae0-45c1-9b9d-ee7872e6ca27
The parent accountId of the business.
Response
OK - your request was successful.
Example response
{
"code": "00",
"description": "Success",
"data": {
"amount": "281946.0",
"currency": "NGN",
"timeCreated": "2026-03-08T14:56:59.000Z"
}
}