Skip to main content
GET
/
?module=block&action=getblockcountdown
Get estimated block countdown time by block number
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=block&action=getblockcountdown'
{
  "message": "<string>",
  "result": {
    "CurrentBlock": "<string>",
    "CountdownBlock": "<string>",
    "RemainingBlock": "<string>",
    "EstimateTimeInSec": "<string>"
  },
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apiKey
string
required
module
enum<string>
required
Available options:
block
action
enum<string>
required
Available options:
getblockcountdown
blockno
integer
required

Integer block number to check block countdown time for.

Response

200 - application/json

OK

message
string
result
object
status
string