The Balances resource provides information about current account costs.
Retrieve the current users balance resource.
GET /rest/balances
{
"hourly_costs": 57,
"credit": 626,
"credit_limit": 5000,
"estimated_days_to_go": 0
}
All values are provided in 1000/€. E.g. 171 equals 0.171 €
| Status Code | Description |
|---|---|
| 200 OK | No error, operation successful |
| 403 FORBIDDEN | Authentication failure |