---
title: "Get the estimated date of a future block."
method: GET
path: "/v1/predicted-block-date/{height}"
tags: ["Blocks"]
---

# Get the estimated date of a future block.

`GET /v1/predicted-block-date/{height}`

## Path parameters

- `height` number — Block height

## Query parameters

- `blockWindow` number — Block window

## Response `200`

Returns predicted block date

- object
  - `predictedDate` string, required
  - `height` number, required
  - `blockWindow` number, required

## Other responses

- `400` — Invalid height or block window

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
