---
title: "Block headers by ID"
method: GET
path: "/blocks/headers/{id}"
tags: ["blocks"]
---

# Block headers by ID

`GET /blocks/headers/{id}`

Get headers of a given block

## Path parameters

- `id` union, required
  - string
  - string

## 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` — 3 warning
  - 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/:id/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/26c5120a809c/schema)
