---
title: "Account queries an Ethereum account."
method: GET
path: "/evmos/evm/v1/account/{address}"
tags: ["Query"]
---

# Account queries an Ethereum account.

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

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- EthermintEvmV1QueryAccountResponse — QueryAccountResponse is the response type for the Query/Account RPC method.
  - `balance` string — balance is the balance of the EVM denomination.
  - `codeHash` string — code_hash is the hex-formatted code bytes from the EOA.
  - `nonce` string, uint64 — nonce is the account's sequence number.

## 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/revisions/2d0419923f40/schema)
