---
title: "Code queries the balance of all coins for a single account."
method: GET
path: "/evmos/evm/v1/codes/{address}"
tags: ["Query"]
---

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

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

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- EthermintEvmV1QueryCodeResponse — QueryCodeResponse is the response type for the Query/Code RPC method.
  - `code` string, byte — code represents the code bytes from an ethereum address.

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