v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
blocks

Blockchain height for timestamp

Get height of the most recent block such that its timestamp does not exceed the given {timestamp}.

get/blocks/heightByTimestamp/{timestamp}

Path parameters

timestampinteger required
Example:1460678400000

Response

Block height

heightinteger required

Example response

{
  "height": 1610000
}