---
title: "Get summary amount of confirmed plus unconfirmed Ergo tokens and assets"
method: GET
path: "/wallet/balances/withUnconfirmed"
tags: ["wallet"]
---

# Get summary amount of confirmed plus unconfirmed Ergo tokens and assets

`GET /wallet/balances/withUnconfirmed`

## Response `200`

Get summary amount of confirmed plus unconfirmed Ergo tokens and assets

- BalancesSnapshot — Amount of Ergo tokens and assets
  - `height` integer, required
  - `balance` integer, required
  - `assets` Asset[]
    - `tokenId` string, base16, required — Base16-encoded 32 byte digest
    - `amount` integer, required — Amount of the token

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