---
title: "Get the block by height"
method: GET
path: "/api/v1/block/height/{value}"
---

# Get the block by height

`GET /api/v1/block/height/{value}`

## Path parameters

- `value` number, required

## Response `200`

Block info

- Block
  - `height` number, required
  - `hash` string
  - `appHash` string
  - `timestamp` string
  - `proposer` string
  - `transactions` string[]
  - `parentHash` string
  - `parentAppHash` string
  - `epoch` string

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-07-24** `b04af842544e` — 1 breaking
  - the `height` response's property type changed from `string` to `number` for status `200`
- **2025-06-19** `9efb24eeeeb2` — 1 info
  - added the optional property `parentAppHash` to the response with the `200` status
- **2025-01-14** `f494e0b717ee` — 2 info
  - added the optional property `parentHash` to the response with the `200` status
  - added the optional property `transactions` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 1 breaking, 3 warning
  - the `height` response's property type changed from `number` to `string` for status `200`
  - removed the optional property `parentAppHash` from the response with the `200` status
  - removed the optional property `parentHash` from the response with the `200` status
  - removed the optional property `transactions` from the response with the `200` status

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/block/height/:value/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
