v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBblocks
Get countdown information for a target block number
Calculates the estimated time remaining until a specified block number is reached based on current block and average block time.
get/{chain_id}/api/v2/blocks/{block_number_param}/countdown
Path parameters
block_number_paraminteger required
Block number in the path
chain_idstring required
The ID of the blockchain
Response
Block countdown information.
Example response
{
"countdown_block": 22600000,
"current_block": 22566361,
"estimated_time_in_sec": 404868,
"remaining_blocks": 33639
}