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

# Block by ID

`GET /blocks/{id}`

Get a block by its ID

## Path parameters

- `id` union, required
  - string
  - string

## Response `200`

successful operation

- Block
  - `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
  - `transactions` Transaction[], required
    - union
      - GenesisTransaction
        - `id` string, required
        - `signature` string, required
        - `fee` integer, required
        - `timestamp` integer, required
        - `recipient` string, required
        - `amount` integer, required
      - NonGenesisTransaction
        - `timestamp` integer, required
        - `sender` string
        - `senderPublicKey` string
        - `id` string, required
        - `applicationStatus` 'succeeded' | 'script_execution_failed' — * `succeeded`: transaction is successful * `script_execution_failed`: the dApp script or the asset script failed See [Transaction Validation](https://docs.waves.tech/en/blockchain/transaction/transaction-validation) for details.
        - `version` integer
        - `type` integer, required
        - `proofs` Proof[]
        - `signature` string
        - `fee` integer, required
        - `feeAssetId` string

## Changes

- **2021-05-27** `c901f97e3a8d` — 4 breaking, 5 warning, 7 info
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - added `#/components/schemas/BurnTransaction, #/components/schemas/CreateAliasTransaction, #/components/schemas/DataTransaction, #/components/schemas/ExchangeTransaction, #/components/schemas/GenesisTransaction, #/components/schemas/InvokeScriptTransaction, #/components/schemas/IssueTransaction, #/components/schemas/LeaseCancelTransaction, #/components/schemas/LeaseTransaction, #/components/schemas/MassTransferTransaction, #/components/schemas/ReissueTransaction, #/components/schemas/SetAssetScriptTransaction, #/components/schemas/SetScriptTransaction, #/components/schemas/SponsorFeeTransaction, #/components/schemas/TransferTransaction, #/components/schemas/UpdateAssetInfoTransaction` to the `allOf[subschema #2]/transactions/items/oneOf[subschema #2: NonGenesisTransaction -> #/components/schemas/NonGenesisTransaction]/` response property `oneOf` list for the response status `200`
  - the `allOf[subschema #2]/transactions/items/oneOf[subschema #2: NonGenesisTransaction -> #/components/schemas/NonGenesisTransaction]/allOf[#/components/schemas/TransactionBase]/applicationStatus` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `allOf[subschema #2]/transactions/items/oneOf[subschema #2: NonGenesisTransaction -> #/components/schemas/NonGenesisTransaction]/allOf[#/components/schemas/TransactionBase]/sender` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …12 more

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