Status API
Node-specific state and consensus metrics
Enabling the Status API
sequencer [options] -- http -- status [-- other modules...]Public Access
# Direct access over HTTP (replace 8080 with your ESPRESSO_SEQUENCER_API_PORT):
curl http://203.0.113.10:8080/status/metrics
# If you have a reverse proxy with TLS (recommended for production):
curl https://my-espresso-node.example.com/status/metrics# HELP ...
# TYPE ...
...Monitoring Recommendations
Node Version
Timeouts as Leader
Proposal Participation
Endpoints
GET /status/block-height
/status/block-heightReturns integer
integerGET /status/success-rate
/status/success-rateReturns float
floatGET /status/time-since-last-decide
/status/time-since-last-decideReturns integer
integerGET /status/metrics
/status/metricsLast updated

