Skip to main content

Get estimated block countdown time by block number

GET 

/?module=block&action=getblockcountdown

Get estimated block countdown time by block number

Request

Query Parameters

    apiKey stringrequired
    Example: pk_1234567890
    module stringrequired

    Possible values: [block]

    action stringrequired

    Possible values: [getblockcountdown]

    blockno integerrequired

    Integer block number to check block countdown time for.

Responses

OK

Schema
    message string
    result object
    CurrentBlock string
    CountdownBlock string
    RemainingBlock string
    EstimateTimeInSec string
    status string
Loading...

Was this page helpful?