---
title: "Retrieve balance"
method: GET
path: "/seller/balance"
tags: ["seller-finance"]
---

# Retrieve balance

`GET /seller/balance`

Get the seller's current balance snapshot.

Use this endpoint to power payout cards and finance overview widgets.

What is included:
- Provider-reported balance values (for example available/pending).
- Additional pending amount derived from local order state.

Access rules:
- Requires seller authentication.
- Returns `404` if the seller record does not exist.

## Response `200`

Seller balance

- SellerBalance — Current available balance for the seller account
  - `pending` number, required — Pending balance in the smallest currency unit
  - `available` number, required — Available balance in the smallest currency unit
  - `currency` string, required — Three-letter ISO currency code of the balance

## Other responses

- `404` — Seller not found

---

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