---
title: "Get token balance for a given address on a specific chain"
method: GET
path: "/accounts/{account_id}/addresses/{address_id}/balance"
tags: ["Addresses"]
---

# Get token balance for a given address on a specific chain

`GET /accounts/{account_id}/addresses/{address_id}/balance`

## Path parameters

- `account_id` string, required — ID of the resource
- `address_id` string, required — ID of the resource

## Query parameters

- `transfer_type` string
- `value_type` string

## Response `200`

OK

- AddressBalance
  - `address` AddressReference
    - `address` string, required
    - `id` string, required — ID of the resource
  - `balance` Amount
    - `currency` string, required
    - `value` string, required
  - `transfer_type` string
  - `value_type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unknown

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/7446d49997c2/schema)
