---
title: "Get account billing balance"
method: GET
path: "/account/billing"
tags: ["account"]
---

# Get account billing balance

`GET /account/billing`

Retrieve the current billing balance for your account in USD cents. Negative values represent credits available; positive values represent amounts owed.

## Response `200`

Account billing balance

- AccountBillingResponse — Account billing summary including current balance.
  - `@type` 'unstoppabledomains.com/partner.v3.AccountBilling', required
  - `balanceUsdCents` integer, required — Current account balance in USD cents. Negative values are credits available; positive values are amounts owed.

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/unstoppabledomains/apis/reseller-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/reseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/reseller-api/revisions/e0ac88d02fe7/schema)
