---
title: "Last block state hash"
method: GET
path: "/debug/stateHash/last"
tags: ["debug"]
---

# Last block state hash

`GET /debug/stateHash/last`

Get state hash of the last block. Available only if node configuration contains `waves.db.store-state-hashes = true` option

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