---
title: "Multiple accounts balances"
method: POST
path: "/addresses/balance"
tags: ["addresses"]
---

# Multiple accounts balances

`POST /addresses/balance`

Get regular balances for multiple addresses. Max number of addresses is set by `waves.rest-api.transactions-by-address-limit`, 1000 by default

## Request body

- object
  - `addresses` string[], required — Addresses base58 encoded
  - `height` integer
  - `asset` string

## Response `200`

successful operation

- Balance[]
  - `address` string, required
  - `confirmations` integer, required
  - `balance` integer, required

## Changes

- **2026-03-31** `d9769537f2c3` — 1 warning, 1 info
  - removed `#/components/schemas/AssetId` from the `asset` request property `allOf` list
  - added `subschema #1, subschema #2` to the `asset` request property `anyOf` list
- **2022-08-30** `d6f5a027bea0` — 1 info
  - added the new optional request property `asset`
- **2021-10-29** `b7734edf6ea8` — 2 breaking
  - added `#/components/schemas/Height` to the `height` request property `allOf` list
  - the `height` request property type/format changed from `integer`/`int32` to ``/``
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 3 warning
  - the `height` request property type/format changed from ``/`` to `integer`/`int32`
  - removed `#/components/schemas/Height` from the `height` request property `allOf` list
  - the `height` request property's min was set to `1.00`
  - removed the request property `asset`

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/addresses/balance/post.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
