Get countdown information for a target block number
blocks
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
Get countdown information for a target block number
Path Parameters
Block number in the path
Required range:
x >= 0Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Response
Block countdown information.
Block countdown information showing estimated time until a target block is reached
The target block number for the countdown
Required range:
x >= 0Example:
22600000
The current highest block number in the blockchain
Required range:
x >= 0Example:
22566361
Estimated time in seconds until the target block is reached
Required range:
x >= 0Example:
404868
Number of blocks remaining until the target block is reached
Required range:
x >= 0Example:
33639
Retrieves detailed information for a specific block identified by its number or hash.
Previous
List transactions and tx details included in a specific block
Next