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

# GET /chain/blocks/{level}

`GET /chain/blocks/{level}`

Returns the block at the given level.

## Path parameters

- `level` string, required — int64 as string.

## Response `200`

Block is retrieved.

- 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 level. The level should represents a int64.
- `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)
