POST /api/protocol/pohc/convergence
Aggregate attestations and report whether the mesh converged within tolerance.
Request
{ "from_zeqond": 2287439200, "to_zeqond": 2287439263 }
Response — 200
{
"ok": true,
"converged": true,
"agreement": 0.9974,
"tolerance_phase": 0.05,
"attestations": 47,
"outliers": 1
}