StreetLedger API
The real ledger today
Section titled “The real ledger today”DefendableCloud (api.defendablecloud.com) exposes a working ledger right now: the per-org receipt
hash chain. No /v1 prefix:
GET /ledger— lists the org’s receipt chain in sequence.GET /ledger/verify— recomputes every receipt’sreceipt_sha256, checksorg_seqis sequential with no gaps, and checks eachparent_hashlinks to the prior receipt. Returnsok: falseand pinpoints the receipt if a stored payload was tampered.
This is the canonical, verifiable books-and-records surface today. When StreetLedger ships as a public vocabulary/deeds API, it will publish on top of this proven chain — not instead of it.
🐝 Operator-grade · books and records · to the shed.