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
Example response
{
"height": 1610000
}