Entangled State — Get Block
Retrieve a finalized block by cycle number or hash. Contains convergence proof, validator list, and all transactions.
| Endpoint | GET /api/chain/block |
| Auth | none |
| Rate limit | 60/min |
| Category | audit-chain |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cycle | number | No | Block cycle number. |
hash | string | No | Block hash. |
Returns
{ block: { cycle, hash, previousHash, validators, convergenceRatio, transactions, equation, solution } }
Example
curl -sS \
"https://zeqsdk.com/api/chain/block"
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/chain-block.