Status API
Node-specific state and consensus metrics
This API provides insight into the inner workings of consensus. It is primarily useful to the operator of the node, as many of the metrics provided here make for useful alerts.
Endpoints
GET /status/block-height
/status/block-heightThe last known block height of the chain.
Returns integer
integerGET /status/success-rate
/status/success-rateThe view success rate since genesis. This equals the number of views completed divided by the number of successful views, i.e. the block height.
Returns float
floatGET /status/time-since-last-decide
/status/time-since-last-decideThe elapsed time, in seconds, since consensus last decided on a block. Useful to alert when consensus is stalled or this node has been disconnected from consensus.
Returns integer
integerGET /status/metrics
/status/metricsExposes all metrics recorded by consensus in Prometheus format.
Last updated

