---
title: "Retrieve Account Balance"
method: GET
path: "/api/v1/account-balances"
tags: ["Account Management"]
---

# Retrieve Account Balance

`GET /api/v1/account-balances`

Retrieves the balance information for the authenticated user (total, spendable and pending balances)

## Response `200`

The account balance details.

- object
  - `total` string, ^[0-9]+$, required — The total balance for this account (spendable and pending).
  - `spendable` string, ^[0-9]+$, required — The amount that can be spent from this account.
  - `pending` string, ^[0-9]+$, required — The amount that is being reviewed for spending.

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

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