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

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
