Verify

Verify a proof with no account and no key

GEThttps://backend.immut.io/api/v1/verify/{txHash}

No authentication required.

Keyless. Returns the ledger record for a transaction hash: network, ledger index, close time and the memo. Anyone can call this, which is the point: a proof nobody else can check is not evidence. To confirm a specific FILE matches, you also need the file and, for the default salted scheme, its proofNonce. See the verification section of GET /docs.

Parameters

NameInRequiredDescription
txHashpathyes

Responses

StatusMeaning
200Ledger record
404Not found on this network

Example

curl -X GET "https://backend.immut.io/api/v1/verify/<txHash>" \
  -H "Authorization: Bearer $IMMUT_API_KEY"

Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI