---
title: "Get current account balance"
method: GET
path: "/v1/balances"
tags: ["Money"]
---

# Get current account balance

`GET /v1/balances`

Retrieves the current account balance.

## Response `200`

Successfully retrieved balance

- MarketApiGetBalanceResponse
  - `object` 'balances', required
  - `available_balance_cents` integer, required
  - `current_balance_cents` integer, required
  - `current_overage_cents` integer, required
  - `overage_limit_cents` integer, required
  - `updated_at` integer, required

## Other responses

- `401` — Unauthorized - missing or invalid authentication token
- `500` — Internal server error

## Changes

- **2026-05-15** `b819ba3108b3` — 1 info
  - added the non-success response with the status `500`

[Change history](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/changes/v1/balances/get.md)

---

[API](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/revisions/93dd7661e9bb/schema)
