v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get consensus state

Returns the current block height and the time at which the last block got mined, along with a boolean indicating whether the node is synced. A node is considered synced if the last block time is less than three hours ago.

get/bus/consensus/state

Response

Successfully retrieved consensus state

blockHeightinteger

The current block height

lastBlockTimestring date-time

The time of the last block

syncedboolean

Whether the node is synced with the network

Example response

{
  "blockHeight": 92813
}