---
title: "Changes to Latest Bitcoin block"
method: GET
path: "/api/v1/blockchain/latest-block"
---

# Changes to Latest Bitcoin block

`GET /api/v1/blockchain/latest-block`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 21 revisions.

- **2026-08-28** `560e8847c7b3` — 8 breaking
- **2026-08-08** `4c4530760ba1` — 12 info

## Changes

- **2026-08-28** `560e8847c7b3` — 8 breaking
  - the response property `data/block_index` became optional for the status `200`
  - the response property `data/hash` became optional for the status `200`
  - the response property `data/height` became optional for the status `200`
  - the response property `data/time` became optional for the status `200`
  - response property `data/block_index` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/hash` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/height` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/time` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
- **2026-08-08** `4c4530760ba1` — 12 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `429` status
  - added the optional property `code` to the response with the `503` status
  - added the optional property `hint` to the response with the `401` status
  - added the optional property `hint` to the response with the `429` status
  - added the optional property `hint` to the response with the `503` status
  - added the optional property `plan` to the response with the `401` status
  - added the optional property `plan` to the response with the `429` status
  - added the optional property `plan` to the response with the `503` status
  - added the optional property `reason` to the response with the `401` status
  - added the optional property `reason` to the response with the `429` status
  - added the optional property `reason` to the response with the `503` status

---

[Operation](https://skmtc.dev/sugra/apis/sugra-api/docs/api/v1/blockchain/latest-block/get.md) · [API](https://skmtc.dev/sugra/apis/sugra-api.md) · [Page](https://skmtc.dev/sugra/apis/sugra-api/changes/api/v1/blockchain/latest-block/get)
