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

# GET /chain/blocks/genesis

`GET /chain/blocks/genesis`

Returns the genesis block of the chain.

## Response `200`

Genesis block has been 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[]

---

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