---
title: "Get Organization (Circle) Balances"
method: GET
path: "/balances"
tags: ["Balances"]
---

# Get Organization (Circle) Balances

`GET /balances`

ATTENTION, this endpoint is only enabled when the tenant distribution account type is `CIRCLE`.

## Response `200`

Returns the organization's Circle balances

- object
  - `account` DistributionAccount, required
    - `address` string — The address of the distribution account, present when the account type is `STELLAR`.
    - `circle_wallet_id` string — The ID of the Circle wallet, present when the account type is `CIRCLE`.
    - `type` 'DISTRIBUTION_ACCOUNT.STELLAR.ENV' | 'DISTRIBUTION_ACCOUNT.STELLAR.DB_VAULT' | 'DISTRIBUTION_ACCOUNT.CIRCLE.DB_VAULT', required — The type of the distribution account.
    - `status` 'ACTIVE' | 'PENDING_USER_ACTIVATION', required
  - `balances` Balance[], required — The organization's Circle balances
    - `asset_code` string — The asset code of the balance in the Stellar network.
    - `asset_issuer` string — The asset issuer of the balance in the Stellar network.
    - `amount` string — The amount of the balance.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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