v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
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
Example response
{
"blockHeight": 92813
}