---
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

---

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