Chain API
Endpoints for anchored events and public verification.
Anchor detail
GET /api/anchors/[anchorId]
Returns the anchor with both chain hashes, the signing key
fingerprint, and the payload reference. Public; no auth required.
Public verify
GET /api/verify/[anchorId]
Returns a structured pass/fail with the chain check breakdown.
Used by the public-verify page.
Bundle download
GET /api/anchors/[anchorId]/bundle.zip
Streams the zip described in /docs/chain/bundles.
Org chain summary
GET /api/chain/[orgId]
Returns the org's anchored events with the per-network status. Used
to drive the chain dashboard.
Cross links
/docs/chain/anchors: anchor detail page/docs/chain/bundles: bundle format