Skip to main content

Account balance

Get current account balance(unpaid invoices total), account credit

HTTP Request

GET /balance

Auth: true

Example Response


{
{
"success": true,
"details": {
"currency": "USD",
"acc_balance": "123456.55",
"acc_credit": "0.00"
}
}
}