---
title: "Last block headers"
method: GET
path: "/blocks/headers/last"
tags: ["blocks"]
---

# Last block headers

`GET /blocks/headers/last`

Get headers of the block at the current blockchain height

## Response `200`

successful operation

- BlockHeader
  - `timestamp` integer, required
  - `version` integer, required
  - `height` integer, required
  - `totalFee` integer, required
  - `reference` string, required
  - `generator` string, required
  - `generatorPublicKey` string, required
  - `signature` string, required
  - `id` string
  - `nxt-consensus` object, required
    - `base-target` integer, required
    - `generation-signature` string, required
  - `blocksize` integer, required
  - `transactionCount` integer, required
  - `features` integer[]
  - `reward` integer
  - `desiredReward` integer
  - `VRF` string, required
  - `transactionsRoot` string, required

## Changes

- **2021-05-27** `c901f97e3a8d` — 1 breaking, 3 warning
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - removed the optional property `finalizationVoting` from the response with the `200` status
  - removed the optional property `rewardShares` from the response with the `200` status
  - removed the optional property `stateHash` from the response with the `200` status

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/blocks/headers/last/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/c901f97e3a8d/schema)
