---
title: "Get Account Balance"
method: GET
path: "/v1/account/balance"
---

# Get Account Balance

`GET /v1/account/balance`

Retrieve the current balance.

## Response `200`

Successfully retrieved account balance.

- object
  - `balance` object, required
    - `balance_cents` integer, required — The current account balance in cents.
    - `network_mb_remaining` integer — The remaining network allowance in megabytes for organization users.
    - `status` string — The organization account status.

## Other responses

- `401` — Missing or invalid token.
- `404` — Account not found.
- `500` — Failed to retrieve account balance.

## Changes

- **2026-06-10** `fe4827822116` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/browsercash/apis/driver-api/changes/v1/account/balance/get.md)

---

[API](https://skmtc.dev/browsercash/apis/driver-api.md) · [All operations](https://skmtc.dev/browsercash/apis/driver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browsercash/driver-api/revisions/fe4827822116/schema)
