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

# Get the estimated height of a future date and time.

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

## Path parameters

- `timestamp` number — Unix Timestamp

## Query parameters

- `blockWindow` number — Block window

## Response `200`

Returns predicted block height

- object
  - `predictedHeight` number, required
  - `date` string, required
  - `blockWindow` number, required

## Other responses

- `400` — Invalid timestamp 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)
