---
title: "History of regular balance"
method: GET
path: "/debug/balances/history/{address}"
tags: ["debug"]
---

# History of regular balance

`GET /debug/balances/history/{address}`

Get history of the regular balance at a given address. Max depth is set by `waves.db.max-rollback-depth`, 2000 by default

## Path parameters

- `address` string, required

## Response `200`

successful operation

- object[]
  - `height` integer, required
  - `balance` integer, required

---

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