---
title: "GET /chain/blocks/{block_hash}"
method: GET
path: "/chain/blocks/{block_hash}"
tags: ["chain"]
---

# GET /chain/blocks/{block_hash}

`GET /chain/blocks/{block_hash}`

Returns the block of the given hash.

## Path parameters

- `block_hash` string, required — BLAKE2b hash string starting by 'B'.

## Response `200`

Block for the given hash has been found.

- Block
  - `key` string
  - `signature` string
  - `block` object
    - `author` string
    - `level` string — int64 as string.
    - `previous` string — BLAKE2b hash string starting by 'B'.
    - `payload` string[]
    - `tezos_operations` string[]

## Other responses

- `400` — Non valid block_hash
- `404` — The block wasn't found

---

[API](https://skmtc.dev/marigold-dev/apis/deku.md) · [All operations](https://skmtc.dev/marigold-dev/apis/deku/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marigold-dev/deku/revisions/7656b4fb8ba1/schema)
