Skip to main content

ZeqAuditFin — Financial Audit Trail

Financial transaction audit with ZeqProof chains. Every transaction cryptographically linked to the exact Zeqond — immutable, verifiable, tamper-evident.

EndpointPOST /api/finance/audit/record
Authapi-key
Rate limit60/min
Categoryfinance

Parameters

NameTypeRequiredDescription
transactionIdstringYesTransaction identifier.
amountnumberYesTransaction amount.
partiesarrayYesArray of party ZIDs involved.

Returns

{ auditRecord, zeqProof, zeqond, chainPosition, previousProof, verified }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"transactionId": "<transactionId>",
"amount": 0,
"parties": []
}' \
"https://zeqsdk.com/api/finance/audit/record"

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