---
title: "Get Total Balance"
method: GET
path: "/distribution-wallets/balance"
tags: ["Distribution Wallets"]
---

# Get Total Balance

`GET /distribution-wallets/balance`

Returns the combined live balances of every distribution account the caller has access to, summed per asset. This is the Total Balance shown on the dashboard.

## Response `200`

Total balance retrieved successfully

- WalletBalanceResponse — Live on-chain balances, keyed by asset. Non-native assets are keyed `CODE:ISSUER`; the native asset is keyed `XLM`.
  - `wallet_id` string — The account these balances belong to. Absent on the aggregate total across accounts.
  - `balances` object — Asset key to amount

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-08-31** `7588d8d2a3c7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/distribution-wallets/balance/get.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/7588d8d2a3c7/schema)
