---
title: "Get Account Balance"
method: GET
path: "/distribution-wallets/{id}/balance"
tags: ["Distribution Wallets"]
---

# Get Account Balance

`GET /distribution-wallets/{id}/balance`

Returns one distribution account's live on-chain balances. An account the caller has no access to is indistinguishable from one that does not exist; both return 404.

## Path parameters

- `id` string, required

## Response `200`

Balances 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
- `404` — Not Found

## Changes

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

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/distribution-wallets/:id/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)
