ZeqAudit — Computation Audit Trail
Immutable computation audit trail. Every ZeqProof is chained — each proof references the previous one, creating an unforgeable computation history.
| Endpoint | GET /api/security/audit/chain |
| Auth | api-key |
| Rate limit | 30/min |
| Category | security |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
zid | string | No | Filter by ZID. |
from | number | No | Start zeqond. |
to | number | No | End 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.