---
title: "Get the account balances"
method: GET
path: "/bank/balances/{address}"
tags: ["ICS20"]
---

# Get the account balances

`GET /bank/balances/{address}`

## Path parameters

- `address` string, required

## Response `200`

Account balances

- Coin[]
  - `denom` string
  - `amount` string

## Other responses

- `204` — There is no data for the requested account
- `500` — Server internal error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
