---
title: "AllBalances queries the balance of all coins for a single account."
method: GET
path: "/cosmos/bank/v1beta1/balances/{address}"
tags: ["Query"]
---

# AllBalances queries the balance of all coins for a single account.

`GET /cosmos/bank/v1beta1/balances/{address}`

When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Response `200`

A successful response.

- object — QueryAllBalancesResponse is the response type for the Query/AllBalances RPC method.
  - `balances` object[] — balances is the balances of all the coins.
    - `denom` string
    - `amount` string
  - `pagination` object — pagination defines the pagination in the response.
    - `next_key` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/kiiglobal/apis/kiichain-pay-backend.md) · [All operations](https://skmtc.net/kiiglobal/apis/kiichain-pay-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiiglobal/kiichain-pay-backend/revisions/8951249f5b63/schema)
