---
title: "State hash"
method: GET
path: "/debug/stateHash/{height}"
tags: ["debug"]
---

# State hash

`GET /debug/stateHash/{height}`

Get state hash at height. Available only if node configuration contains `waves.db.store-state-hashes = true` option

## Path parameters

- `height` integer, required

## Response `200`

State hash

- DebugStateHashes — Hashes representing blockchain state at a specific block
  - `blockId` string, required
  - `wavesBalanceHash` string, required
  - `assetsBalanceHash` string, required
  - `dataEntryHash` string, required
  - `accountScriptHash` string, required
  - `assetScriptHash` string, required
  - `leaseBalanceHash` string, required
  - `leaseStatusHash` string, required
  - `sponsorshipHash` string, required
  - `aliasHash` string, required
  - `stateHash` string, required
  - `nextCommittedGeneratorsHash` string — Available after deterministic finality feature activation.
  - `committedGeneratorBalancesHash` string — Available after deterministic finality feature activation.

## Changes

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

- **2026-03-31** `d9769537f2c3` — 13 info
  - added the optional property `committedGeneratorBalancesHash` to the response with the `200` status
  - added the optional property `nextCommittedGeneratorsHash` to the response with the `200` status
  - the response property `accountScriptHash` became required for the status `200`
  - the response property `aliasHash` became required for the status `200`
  - …9 more
- **2021-05-27** `c901f97e3a8d` — 11 breaking, 2 warning
  - the response property `accountScriptHash` became optional for the status `200`
  - the response property `aliasHash` became optional for the status `200`
  - the response property `assetScriptHash` became optional for the status `200`
  - the response property `assetsBalanceHash` became optional for the status `200`
  - …9 more

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