Get OpenTimestamps proof
get_ots_proofReturn the .ots proof (base64) for a given OpenTimestamps anchor on an envelope. Use the official ots-cli to verify offline against Bitcoin block headers. Each seal has two anchors: kind: "byterange" commits to the signed document, kind: "signed_attrs" commits to SHA-256 of the CMS SignedAttributes (which carry the post-quantum key commitment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor_id | Yes | ||
| envelope_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| status | Yes | ||
| anchor_id | Yes | ||
| envelope_id | Yes | ||
| proof_base64 | Yes | Complete .ots file bytes, base64. | |
| anchored_hash | Yes | ||
| calendar_urls | No | ||
| btc_block_hash | No | ||
| btc_block_height | No |