BillingAccount balanceOn this pageAccount balanceGet current account balance(unpaid invoices total), account creditHTTP RequestGET /balanceAuth: trueExample Response{ { "success": true, "details": { "currency": "USD", "acc_balance": "123456.55", "acc_credit": "0.00" } }}