PoHC — Consensus Check
Check consensus state for the current HulyaPulse cycle. Returns convergence ratio, validator count, and whether a block was finalized.
| Endpoint | GET /api/chain/pohc/consensus |
| Auth | api-key |
| Rate limit | 60/min |
| Category | audit-chain |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cycle | number | No | Specific cycle to query. Default: current cycle. |
Returns
{ cycle, convergenceRatio, validatorCount, blockFinalized, blockHash, equation }
Example
curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/chain/pohc/consensus"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/pohc-consensus.