---
title: "Get prepaid balance"
method: GET
path: "/billing/accounts/me/balance"
tags: ["Billing"]
---

# Get prepaid balance

`GET /billing/accounts/me/balance`

Return the authenticated user's prepaid balance. `balance_cents` is for display;
`balance_microcents` is the exact billing unit. Inference can return `402` when
billing denies a request.

## Response `200`

Current balance.

- BalanceResponse
  - `user_id` string, uuid, required
  - `balance_microcents` integer, required — Exact billing unit. `1 cent = 1,000,000 microcents`.
  - `balance_cents` integer, required — Display value.

## Other responses

- `401` — Missing or invalid API key.

---

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