---
title: "Retrieve confirmed and unconfirmed balance of an address"
method: POST
path: "/blockchain/balance"
tags: ["blockchain"]
---

# Retrieve confirmed and unconfirmed balance of an address

`POST /blockchain/balance`

## Request body

- string

## Response `200`

balance information

- object
  - `confirmed` BalanceInfo — Balance information
    - `nanoErgs` integer, required — Balance of nanoERGs
    - `tokens` object[], required — Balance of tokens
      - `tokenId` string, base16 — Base16-encoded 32 byte modifier id
      - `amount` integer — Amount of the token
      - `decimals` integer — Number of decimals of the token
      - `name` string — Name of the token, if any
  - `unconfirmed` BalanceInfo — Balance information
    - `nanoErgs` integer, required — Balance of nanoERGs
    - `tokens` object[], required — Balance of tokens
      - `tokenId` string, base16 — Base16-encoded 32 byte modifier id
      - `amount` integer — Amount of the token
      - `decimals` integer — Number of decimals of the token
      - `name` string — Name of the token, if any

## Other responses

- `default` — Error

---

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