v1
latestOpenAPI 3.1.02026-07-26540161.7 KBGet Wallets
This endpoint lists all the account balance information of a business .
get/wallets?
Query parameters
businessIDstring required
The unique Identifier of the parent business or sub account
Response
200
Example response
{
"success": true,
"message": "Wallets fetched successfully",
"data": [
{
"id": 105146,
"_id": "105146",
"business": "64f1c9ef838af8cda0211d9d",
"businessId": 9056,
"ledgerBalance": 1999965363.990817,
"availableBalance": 1999792413.990817,
"lockedBalance": 172950,
"walletNumber": 100000190560001,
"currency": "NGN",
"status": "enabled",
"createdAt": "2023-09-01T11:24:32.000Z",
"updatedAt": "2024-07-09T12:39:05.000Z"
}
]
}