---
title: "Get latest block"
method: GET
path: "/get-block"
tags: ["GET"]
---

# Get latest block

`GET /get-block`

# Notes
* Returns latest block
* Set `<include_data>` to `true` to include data for `block.data`.

## Query parameters

- `include_data` boolean

## Response `200`

Success

- GetBlockResponse
  - `block` Block
    - `id` string
    - `details` BlockDetails
      - `prev_block_id` string
      - `height` integer
      - `round` integer
      - `num_confirmed` object
        - `algorithm` integer
        - `benchmark` integer
        - `binary` integer
        - `advance` integer
        - `challenge` integer
        - `deposit` integer
        - `fraud` integer
        - `precommit` integer
        - `proof` integer
        - `topup` integer
      - `num_active` object
        - `algorithm` integer
        - `benchmark` integer
        - `advance` integer
        - `challenge` integer
        - `deposit` integer
        - `opow` integer
        - `player` integer
      - `timestamp` integer
      - `emissions` object
        - `algorithm` string
        - `advance` string
        - `benchmarker` string
        - `delegator` string
        - `bootstrap` string
        - `vault` string
        - `challenge_owner` string
      - `gamma_value` number, double
    - `data` BlockData
      - `confirmed_ids` object
        - `algorithm` AlgorithmId[]
        - `benchmark` MD5[]
        - `binary` AlgorithmId[]
        - `advance` AlgorithmId[]
        - `challenge` ChallengeId[]
        - `deposit` Address[]
        - `fraud` Address[]
        - `precommit` Address[]
        - `proof` Address[]
        - `topup` Address[]
      - `active_ids` object
        - `code` AlgorithmId[]
        - `benchmark` MD5[]
        - `advance` AlgorithmId[]
        - `challenge` ChallengeId[]
        - `deposit` MD5[]
        - `opow` Address[]
        - `player` Address[]
    - `config` object

## 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
  - …6 more
- …earlier changes not shown

[Full history](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/changes/get-block/get.md)

---

[API](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/revisions/2af9c398c1d4/schema)
