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
Example response
{
"predictedHeight": 10000000,
"date": "2024-01-04T18:29:28.000Z",
"blockWindow": 10000
}