---
title: "Get account balance by Address and BlockHeight."
method: GET
path: "/accounts/{address}/balance"
tags: ["Accounts"]
---

# Get account balance by Address and BlockHeight.

`GET /accounts/{address}/balance`

Get an account's balance by the provided address and block height.

## Path parameters

- `address` string, hexadecimal, required — The 8-byte address of an account.

## Query parameters

- `block_height` union
  - string, uint64
  - 'final' | 'sealed'
- `expand` string[]
- `select` string[]
- `agreeing_executors_count` string, uint64
- `required_executor_ids` Identifier[]
- `include_executor_metadata` boolean

## Response `200`

OK

- AccountBalance
  - `balance` string, uint64, required — Flow balance of the account.
  - `metadata` Metadata — Contains data about the node's state at the time of the request.
    - `executor_metadata` ExecutorMetadata — Contains data about the execution result used to serve the request.
      - `execution_result_id` string, hexadecimal — A 32-byte unique identifier for an entity.
      - `executor_ids` Identifier[]

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/onflow/apis/access-api.md) · [All operations](https://skmtc.net/onflow/apis/access-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onflow/access-api/versions/fd121c1fddf8/schema)
