---
title: "Get Balances for Address List"
method: GET
path: "/v2/addresses/list/{hash}/balances"
tags: ["Address Information"]
---

# Get Balances for Address List

`GET /v2/addresses/list/{hash}/balances`

Returns current balances for all addresses in a stored list. Each address entry includes all native and token balances.

## Path parameters

- `hash` string, required

## Response `200`

Balances for each address in the list.

- 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.

## Other responses

- `404` — Address list not found for the given hash.

---

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