Returns the current balance, the low balance threshold, and whether auto top-up is
enabled. Each amount is given in microdollars (millionths of a US dollar) and again in
dollars.
The balance is read from the billing service, so the response is `502` when that
service is unavailable.
#### Permissions
Authenticate with a [Personal access token](/docs/apis/authorization#personal-access-tokens) whose holder is an owner or admin of the space. A project API token is not accepted on this endpoint, and a Personal access token has no scopes: the holder's role in the space is the whole authorization decision.
Response
The request has succeeded.
typeenum
The object type. Always balance.
balance_in_microdollarslong
The current balance in microdollars.
current_balancedouble
The current balance in US dollars. The same value as balance_in_microdollars.
low_balance_threshold_in_microdollarslong
The low balance threshold in microdollars.
low_balance_thresholddouble
The low balance threshold in US dollars. The same value as low_balance_threshold_in_microdollars.
auto_topup_enabledboolean
Whether auto top-up is enabled.