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

# GET /chain/blocks

`GET /chain/blocks`

Streams blocks starting at the current level of the chain

## Response `200`

blocks

- 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[]

---

[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)
