Skip to main content

ZeqAudit — Computation Audit Trail

Immutable computation audit trail. Every ZeqProof is chained — each proof references the previous one, creating an unforgeable computation history.

EndpointGET /api/security/audit/chain
Authapi-key
Rate limit30/min
Categorysecurity

Parameters

NameTypeRequiredDescription
zidstringNoFilter by ZID.
fromnumberNoStart zeqond.
tonumberNoEnd zeqond.

Returns

{ chain: [{ zeqProof, operatorIds, R_t, zeqond, previousProof }], length, integrity }

Example

curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/security/audit/chain"

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/zeq-audit.