---
title: "Get list of balances for address"
method: GET
path: "/address/{hash}/balances"
tags: ["address"]
---

# Get list of balances for address

`GET /address/{hash}/balances`

Returns a paginated list of all token balances held by the given address, including native and IBC tokens. Results are ordered by currency name.

## Path parameters

- `hash` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesBalance[]
  - `currency` string
  - `delegated` string
  - `spendable` string
  - `unbonding` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-03** `df8fa3d17ac3` — 1 info
  - endpoint added
- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/address/:hash/balances/get.md)

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
