v16

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0112316797.5 KB
Blocks

Get the estimated height of a future date and time.

get/v1/predicted-date-height/{timestamp}

Path parameters

timestampnumber

Unix Timestamp

Example:1704392968

Query parameters

blockWindownumber

Block window

Example:10000

Response

Returns predicted block height

predictedHeightnumber required
datestring required
blockWindownumber required

Example response

{
  "predictedHeight": 10000000,
  "date": "2024-01-04T18:29:28.000Z",
  "blockWindow": 10000
}