---
title: "Changes to Get Nakamoto block by ID"
method: GET
path: "/v3/blocks/{block_id}"
---

# Changes to Get Nakamoto block by ID

`GET /v3/blocks/{block_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 53 revisions.

- **2026-01-28** `30468ca2533f` — 2 breaking, 1 warning, 1 info
- **2026-01-14** `f7f733b4a1fc` — 3 info
- **2026-01-14** `eb2153a4a3ad` — 2 breaking, 1 warning, 1 info
- **2026-01-02** `96224b968a3e` — 3 info
- **2025-12-18** `97e7080a8130` — 2 breaking, 1 warning, 1 info
- **2025-12-17** `db8094c96a6e` — 3 info
- **2025-12-16** `68660d89e56f` — 2 breaking, 1 warning, 1 info
- **2025-12-15** `d7bba78bfcac` — 3 info
- **2025-12-11** `f29c78384efe` — 2 breaking, 1 warning, 1 info
- **2025-07-09** `04a9a0b50aa3` — 1 breaking, 4 info
- **2025-07-08** `488dd3b80020` — 1 breaking, 4 info
- **2025-07-08** `170414634c90` — 1 breaking, 4 info
- **2025-06-26** `2fc5956efe3d` — 1 breaking, 4 info
- **2025-06-25** `87a7fe30e436` — 3 info

## Changes

- **2026-01-28** `30468ca2533f` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `block_id`, the minLength was increased from `0` to `64`
  - added the pattern `^[0-9a-f]{64}$` to the `path` request parameter `block_id`
  - for the `path` request parameter `block_id`, the maxLength was set to `64`
  - added the non-success response with the status `405`
- **2026-01-14** `f7f733b4a1fc` — 3 info
  - for the `path` request parameter `block_id`, the minLength was decreased from `64` to `0`
  - removed the pattern `^[0-9a-f]{64}$` from the `path` request parameter `block_id`
  - removed the non-success response with the status `405`
- **2026-01-14** `eb2153a4a3ad` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `block_id`, the minLength was increased from `0` to `64`
  - added the pattern `^[0-9a-f]{64}$` to the `path` request parameter `block_id`
  - for the `path` request parameter `block_id`, the maxLength was set to `64`
  - added the non-success response with the status `405`
- **2026-01-02** `96224b968a3e` — 3 info
  - for the `path` request parameter `block_id`, the minLength was decreased from `64` to `0`
  - removed the pattern `^[0-9a-f]{64}$` from the `path` request parameter `block_id`
  - removed the non-success response with the status `405`
- **2025-12-18** `97e7080a8130` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `block_id`, the minLength was increased from `0` to `64`
  - added the pattern `^[0-9a-f]{64}$` to the `path` request parameter `block_id`
  - for the `path` request parameter `block_id`, the maxLength was set to `64`
  - added the non-success response with the status `405`
- **2025-12-17** `db8094c96a6e` — 3 info
  - for the `path` request parameter `block_id`, the minLength was decreased from `64` to `0`
  - removed the pattern `^[0-9a-f]{64}$` from the `path` request parameter `block_id`
  - removed the non-success response with the status `405`
- **2025-12-16** `68660d89e56f` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `block_id`, the minLength was increased from `0` to `64`
  - added the pattern `^[0-9a-f]{64}$` to the `path` request parameter `block_id`
  - for the `path` request parameter `block_id`, the maxLength was set to `64`
  - added the non-success response with the status `405`
- **2025-12-15** `d7bba78bfcac` — 3 info
  - for the `path` request parameter `block_id`, the minLength was decreased from `64` to `0`
  - removed the pattern `^[0-9a-f]{64}$` from the `path` request parameter `block_id`
  - removed the non-success response with the status `405`
- **2025-12-11** `f29c78384efe` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `block_id`, the minLength was increased from `0` to `64`
  - added the pattern `^[0-9a-f]{64}$` to the `path` request parameter `block_id`
  - for the `path` request parameter `block_id`, the maxLength was set to `64`
  - added the non-success response with the status `405`
- **2025-07-09** `04a9a0b50aa3` — 1 breaking, 4 info
  - removed the media type `application/text-plain` for the response with the status `404`
  - api operation id `get_block_v3` removed and replaced with `getNakamotoBlockById`
  - added the media type `text/plain` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2025-07-08** `488dd3b80020` — 1 breaking, 4 info
  - removed the media type `text/plain` for the response with the status `404`
  - api operation id `getNakamotoBlockById` removed and replaced with `get_block_v3`
  - added the media type `application/text-plain` for the response with the status `404`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2025-07-08** `170414634c90` — 1 breaking, 4 info
  - removed the media type `application/text-plain` for the response with the status `404`
  - api operation id `get_block_v3` removed and replaced with `getNakamotoBlockById`
  - added the media type `text/plain` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2025-06-26** `2fc5956efe3d` — 1 breaking, 4 info
  - removed the media type `text/plain` for the response with the status `404`
  - api operation id `getNakamotoBlockById` removed and replaced with `get_block_v3`
  - added the media type `application/text-plain` for the response with the status `404`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2025-06-25** `87a7fe30e436` — 3 info
  - for the `path` request parameter `block_id`, the minLength was decreased from `64` to `0`
  - removed the pattern `^[0-9a-f]{64}$` from the `path` request parameter `block_id`
  - removed the non-success response with the status `405`

---

[Operation](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/docs/v3/blocks/:block_id/get.md) · [API](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api.md) · [Page](https://skmtc.dev/stacks-network/apis/stacks-3-0-rpc-api/changes/v3/blocks/:block_id/get)
