---
title: "Get a List of Balances for Multiple Addresses"
method: POST
path: "/{protocol}/{network}/accounts/"
tags: ["Balances & UTXO"]
---

# Get a List of Balances for Multiple Addresses

`POST /{protocol}/{network}/accounts/`

Returns a list of account balances for a user-defined list of account addresses:
- The filter allows up to <b>200 addresses</b> for:
  - Algorand
  - Bitcoin
  - Solana
  - Stellar
  - Ethereum
- The filter allows up to <b>10 addresses</b> for other supported protocols.

## Path parameters

- `protocol` string, required
- `network` string, required

## Query parameters

- `assets` string

## Request body

- AccountsObj
  - `addresses` string[] — A list of addresses.

## Response `200`

Balances

- AccountsBalances — The accounts balances with account addressses as keys.

## Other responses

- `400` — Bad request
- `401` — Invalid or expired token
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
