---
title: "Balance queries the balance of a the EVM denomination for a single
EthAccount."
method: GET
path: "/evmos/evm/v1/balances/{address}"
tags: ["Query"]
---

# Balance queries the balance of a the EVM denomination for a single
EthAccount.

`GET /evmos/evm/v1/balances/{address}`

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- EthermintEvmV1QueryBalanceResponse — QueryBalanceResponse is the response type for the Query/Balance RPC method.
  - `balance` string — balance is the balance of the EVM denomination.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/versions/2d0419923f40/schema)
