---
title: "Get Balances for Workspace Accounts"
method: GET
path: "/v2/addresses/workspace/balances"
tags: ["Address Information"]
---

# Get Balances for Workspace Accounts

`GET /v2/addresses/workspace/balances`

Returns current balances for all accounts stored in the workspace.

## Response `200`

Balances for each account in the workspace.

- AddressListBalancesResponseDto
  - `balances` AddressBalanceDto[], required
    - `address` string, required
    - `network` string, required
    - `assets` AssetBalanceDto[], required
      - `symbol` string, required — Asset symbol / denom
      - `amount` number, required — Available balance (raw units)
      - `usd` number — USD value
    - `updated_at` string — When these balances were last refreshed. Omitted when never refreshed.

---

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