client/v1/balance
[GET] client/v1/balance
Get total balances of all customers
The client admin balance endpoint will return the total sum of all customer balances in the client's account.
Example [GET] Request
{{avenu_base_url}}/client/v1/balance
Example Response
{
"availableBalance": "",
"currentBalance": "",
"ledgerCurrency": ""
}
Response Elements
Element | Details |
---|---|
availableBalance | The sum of all customers' available balances |
currentBalance | The sum of all customers' current balances |
ledgerCurrency | The currency of the balance values in the ledger |
Updated almost 2 years ago