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

# Get Distribution Account

`GET /distribution-wallets/{id}`

Retrieves a single distribution account. Owner only.

## Path parameters

- `id` string, required

## Response `200`

Distribution account retrieved successfully

- DistributionWallet — A distribution account the tenant sends funds from.
  - `id` string — Unique identifier for the account
  - `name` string — Human-readable name for the account
  - `description` string — Optional description
  - `distribution_account_address` string — The account's Stellar address. Absent until the account has been provisioned on the network.
  - `distribution_account_type` 'DISTRIBUTION_ACCOUNT.STELLAR.ENV' | 'DISTRIBUTION_ACCOUNT.STELLAR.DB_VAULT' | 'DISTRIBUTION_ACCOUNT.CIRCLE.DB_VAULT' — How the account's secret is stored. Additional accounts are always `DISTRIBUTION_ACCOUNT.STELLAR.DB_VAULT`.
  - `distribution_account_status` 'ACTIVE' | 'PENDING_USER_ACTIVATION' — Status of the underlying Stellar account
  - `status` 'ACTIVE' | 'PENDING' | 'ARCHIVED' — Lifecycle status. `PENDING` accounts have been reserved but not yet funded on the network and cannot send. `ARCHIVED` accounts accept no new disbursements and are never deleted.
  - `is_default` boolean — Whether this is the tenant's default account. Exactly one account is the default, and it cannot be archived.
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `archived_at` string, date-time — When the account was archived, if it has been

## 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/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)
