Resources
API & verification endpoints
The public ledger is inspectable over plain HTTP. For any tenant you can read the current head hash, verify the chain from any sequence number, and fetch the nightly anchor — the same endpoints the human verify pages are built on.
Request an endpoint, get verifiable JSON.
Head hash
/api/ledger/{tenant}/head returns the current head of the chain.
Verify
/api/ledger/{tenant}/verify?from=0 recomputes and checks the chain from a sequence.
Anchor
/api/ledger/{tenant}/anchor.json returns the nightly published checkpoint.
This page is being expanded. The core capability is live — deeper documentation is on the way.