Skip to main content

Entangled State — Explorer

Search and browse the entangled state. Query transactions by ZID, explore blocks by range, view validator statistics.

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

Parameters

NameTypeRequiredDescription
zidstringNoFilter transactions by ZID.
fromCyclenumberNoStart cycle.
toCyclenumberNoEnd cycle.
typestringNo'blocks', 'transactions', or 'validators'.

Returns

{ results, total, range }

Example

curl -sS \
"https://zeqsdk.com/api/chain/explore"

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-explorer.