---
title: "GET /api/customers/me/balance"
method: GET
path: "/api/customers/me/balance"
tags: ["api", "customers"]
---

# GET /api/customers/me/balance

`GET /api/customers/me/balance`

Get balance of authenticated customer

## Response `200`

OK

- object
  - `total` number, required — The total settled balance of the customer
  - `available` number, required — The balance available to spend, excluding funds reserved for pending payment requests

## Other responses

- `401` — Unauthorized

---

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