GET /api/tally/consensus
Snapshot of the consensus state across mesh peers. optionalAuth.
Response — 200
{
"ok": true,
"height": "2287439213",
"peers": 7,
"agreed_height": "2287439213",
"lag_zeqonds": 0,
"consensus": "in_sync"
}
consensus is one of in_sync, lagging, forked. Operators surface this in dashboards.