---
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.

---

[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)
