---
title: "Changes to Get latest block"
method: GET
path: "/get-block"
---

# Changes to Get latest block

`GET /get-block`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 34 revisions.

- **2025-08-22** `1b7c2b8a974d` — 1 warning, 3 info
- **2025-08-04** `4e2cb20a0dbd` — 5 warning, 5 info
- **2025-06-16** `f82f0a10ef6b` — 4 warning, 6 info
- **2025-04-15** `6d8f1125541f` — 1 info
- **2024-11-27** `f857f902a23c` — 13 warning, 5 info
- **2024-10-04** `619cf3c6322a` — 15 warning, 8 info
- **2024-05-31** `5523952546dd` — 7 warning, 20 info

## Changes

- **2025-08-22** `1b7c2b8a974d` — 1 warning, 3 info
  - removed the optional property `block/data/active_ids/algorithm` from the response with the `200` status
  - added the optional property `block/data/active_ids/code` to the response with the `200` status
  - the `block/data/active_ids/advance/items/` response's property pattern was changed from `^c[0-9]{3}_b[0-9]{3}$` to `^c[0-9]{3}_a[0-9]{3}$` for the status `200`
  - the `block/data/confirmed_ids/advance/items/` response's property pattern was changed from `^c[0-9]{3}_b[0-9]{3}$` to `^c[0-9]{3}_a[0-9]{3}$` for the status `200`
- **2025-08-04** `4e2cb20a0dbd` — 5 warning, 5 info
  - removed the optional property `block/data/active_ids/breakthrough` from the response with the `200` status
  - removed the optional property `block/data/confirmed_ids/breakthrough` from the response with the `200` status
  - removed the optional property `block/details/emissions/breakthrough` from the response with the `200` status
  - removed the optional property `block/details/num_active/breakthrough` from the response with the `200` status
  - removed the optional property `block/details/num_confirmed/breakthrough` from the response with the `200` status
  - added the optional property `block/data/active_ids/advance` to the response with the `200` status
  - added the optional property `block/data/confirmed_ids/advance` to the response with the `200` status
  - added the optional property `block/details/emissions/advance` to the response with the `200` status
  - added the optional property `block/details/num_active/advance` to the response with the `200` status
  - added the optional property `block/details/num_confirmed/advance` to the response with the `200` status
- **2025-06-16** `f82f0a10ef6b` — 4 warning, 6 info
  - removed the optional property `block/details/emissions/algorithms` from the response with the `200` status
  - removed the optional property `block/details/emissions/benchmarkers` from the response with the `200` status
  - removed the optional property `block/details/emissions/breakthroughs` from the response with the `200` status
  - removed the optional property `block/details/emissions/delegators` from the response with the `200` status
  - added the optional property `block/details/emissions/algorithm` to the response with the `200` status
  - added the optional property `block/details/emissions/benchmarker` to the response with the `200` status
  - added the optional property `block/details/emissions/breakthrough` to the response with the `200` status
  - added the optional property `block/details/emissions/challenge_owner` to the response with the `200` status
  - added the optional property `block/details/emissions/delegator` to the response with the `200` status
  - added the optional property `block/details/gamma_value` to the response with the `200` status
- **2025-04-15** `6d8f1125541f` — 1 info
  - added the optional property `block/details/emissions` to the response with the `200` status
- **2024-11-27** `f857f902a23c` — 13 warning, 5 info
  - deleted the `query` request parameter `round`
  - removed the optional property `block/data/active_algorithm_ids` from the response with the `200` status
  - removed the optional property `block/data/active_benchmark_ids` from the response with the `200` status
  - removed the optional property `block/data/active_challenge_ids` from the response with the `200` status
  - removed the optional property `block/data/active_player_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_algorithm_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_benchmark_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_challenge_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_fraud_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_precommit_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_proof_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_topup_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_wasm_ids` from the response with the `200` status
  - added the optional property `block/data/active_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_ids` to the response with the `200` status
  - added the optional property `block/details/num_active` to the response with the `200` status
  - added the optional property `block/details/num_confirmed` to the response with the `200` status
  - added the optional property `block/details/timestamp` to the response with the `200` status
- **2024-10-04** `619cf3c6322a` — 15 warning, 8 info
  - removed the optional property `block/config/algorithm_submissions` from the response with the `200` status
  - removed the optional property `block/config/benchmark_submissions` from the response with the `200` status
  - removed the optional property `block/config/difficulty` from the response with the `200` status
  - removed the optional property `block/config/erc20` from the response with the `200` status
  - removed the optional property `block/config/optimisable_proof_of_work` from the response with the `200` status
  - removed the optional property `block/config/qualifiers` from the response with the `200` status
  - removed the optional property `block/config/rewards` from the response with the `200` status
  - removed the optional property `block/config/rounds` from the response with the `200` status
  - removed the optional property `block/config/solution_signature` from the response with the `200` status
  - removed the optional property `block/config/wasm_vm` from the response with the `200` status
  - removed the optional property `block/data/mempool_algorithm_ids` from the response with the `200` status
  - removed the optional property `block/data/mempool_benchmark_ids` from the response with the `200` status
  - removed the optional property `block/data/mempool_fraud_ids` from the response with the `200` status
  - removed the optional property `block/data/mempool_proof_ids` from the response with the `200` status
  - removed the optional property `block/data/mempool_wasm_ids` from the response with the `200` status
  - added the optional property `block/data/confirmed_algorithm_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_benchmark_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_challenge_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_fraud_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_precommit_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_proof_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_topup_ids` to the response with the `200` status
  - added the optional property `block/data/confirmed_wasm_ids` to the response with the `200` status
- **2024-05-31** `5523952546dd` — 7 warning, 20 info
  - removed the optional property `block/data/active_ids` from the response with the `200` status
  - removed the optional property `block/data/confirmed_ids` from the response with the `200` status
  - removed the optional property `block/details/emissions` from the response with the `200` status
  - removed the optional property `block/details/gamma_value` from the response with the `200` status
  - removed the optional property `block/details/num_active` from the response with the `200` status
  - removed the optional property `block/details/num_confirmed` from the response with the `200` status
  - removed the optional property `block/details/timestamp` from the response with the `200` status
  - added the new optional `query` request parameter `round`
  - added the optional property `block/config/algorithm_submissions` to the response with the `200` status
  - added the optional property `block/config/benchmark_submissions` to the response with the `200` status
  - added the optional property `block/config/difficulty` to the response with the `200` status
  - added the optional property `block/config/erc20` to the response with the `200` status
  - added the optional property `block/config/optimisable_proof_of_work` to the response with the `200` status
  - added the optional property `block/config/qualifiers` to the response with the `200` status
  - added the optional property `block/config/rewards` to the response with the `200` status
  - added the optional property `block/config/rounds` to the response with the `200` status
  - added the optional property `block/config/solution_signature` to the response with the `200` status
  - added the optional property `block/config/wasm_vm` to the response with the `200` status
  - added the optional property `block/data/active_algorithm_ids` to the response with the `200` status
  - added the optional property `block/data/active_benchmark_ids` to the response with the `200` status
  - added the optional property `block/data/active_challenge_ids` to the response with the `200` status
  - added the optional property `block/data/active_player_ids` to the response with the `200` status
  - added the optional property `block/data/mempool_algorithm_ids` to the response with the `200` status
  - added the optional property `block/data/mempool_benchmark_ids` to the response with the `200` status
  - added the optional property `block/data/mempool_fraud_ids` to the response with the `200` status
  - added the optional property `block/data/mempool_proof_ids` to the response with the `200` status
  - added the optional property `block/data/mempool_wasm_ids` to the response with the `200` status

---

[Operation](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/docs/get-block/get.md) · [API](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api.md) · [Page](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/changes/get-block/get)
