---
title: "Get Algorand Account balance"
method: GET
path: "/v3/algorand/account/balance/{address}"
tags: ["Algorand - Tatum API"]
---

# Get Algorand Account balance

`GET /v3/algorand/account/balance/{address}`

<h4>1 credit per API call.</h4><br/>
<p>Get Algorand account balance in ALGO.</p>

## Path parameters

- `address` string, required

## Response `200`

OK

- object
  - `assets` object[]
    - `amount` number — Balance in asset unit
    - `assetIndex` number — Asset Index of ASA
  - `balance` number — Balance in ALGO

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
