Skip to main content

Entangled State — Get Block

Retrieve a finalized block by cycle number or hash. Contains convergence proof, validator list, and all transactions.

EndpointGET /api/chain/block
Authnone
Rate limit60/min
Categoryaudit-chain

Parameters

NameTypeRequiredDescription
cyclenumberNoBlock cycle number.
hashstringNoBlock 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.