GET /api/chain/:slug/contracts/:id/integrity
Public-read, returns the stored hash + the live re-hash. If they differ, the contract has been tampered with at the DB level.
| Method | GET |
| Path | /api/chain/:slug/contracts/:id/integrity |
| Auth | public (no key) |
| Group | Contracts · Contracts |
Request
curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/contracts/CONTRACT_ID/integrity
Generated from the node's own route registry (GET /api/endpoints) — this path is live.