DigitalOcean-public.v2-new_Billing
Get Customer Balance
To retrieve the balances on a customer's account, send a GET request to /v2/customers/my/balance.
get/v2/customers/my/balance
Response
The response will be a JSON object that contains the following attributes
Example response
{
"month_to_date_balance": "23.44",
"account_balance": "12.23",
"month_to_date_usage": "11.21",
"generated_at": "2019-07-09T15:01:12Z"
}