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

# GET /chain/blocks/head

`GET /chain/blocks/head`

Returns the last applied block.

## Response `200`

Current block 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)
