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.
Response
Successfully retrieved consensus state
Example response
{
"blockHeight": 92813
}Changes
Changed in 4 of the 50 revisions of this API.24
- ○
api tag
busaddedapi-tag-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ▲
the
blockHeightresponse's property type/format changed frominteger/uint64to/for status200response-property-type-changed
- ○
added
BlockHeightsubschema #2to theblockHeightresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲