Skip to main content
GET
Returns the subject’s on-chain root and every claim slot, joined with the ledger row that records which proof filed it. It answers the question a reviewer asks: what does this identity assert, and where did each assertion come from.

Path Parameters

string
required
The subject’s wallet address.

Response Fields

object
array
rootCurrent: false is the one to watch. The claim is still on chain and still readable by a token contract. But the bundle it came from no longer matches the identity’s root, so the proof behind it can no longer be checked against the chain. Re-attest from the current bundle.
The chain is the source of truth here and the ledger only supplies labels. When the ledger cannot be read, source is null on every entry and the per-proof fields are absent, but the root and the claims still render.

Error Codes