[BETA] Returns the live-balance of the current organization.
GET
/live-balance
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/live-balance'
Response examples (200)
{
"balance": 42.0,
"currency": "string"
}
Response examples (429)
{
"error": "string",
"retry_after": 42.0
}