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

# Multiple accounts balances

`GET /addresses/balance`

Get regular balances for multiple addresses. For dozens of addresses, better use the POST method

## Query parameters

- `address` string[], required
- `height` integer
- `asset` string

## Response `200`

successful operation

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

## Other responses

- `400` — The request cannot be fulfilled due to bad syntax

## Changes

> 36 revisions in range; 1 could not be searched.

- **2022-08-30** `d6f5a027bea0` — 1 info
  - added the new optional `query` request parameter `asset`
- **2021-05-27** `c901f97e3a8d` — 1 warning
  - deleted the `query` request parameter `asset`

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/addresses/balance/get.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)
