Check Bitcoin anchor status
ledgerproof_check_anchorCheck whether a receipt's daily Merkle root has been anchored to Bitcoin, returning anchor status and, if anchored, the Bitcoin txid, block height, and Merkle proof.
Instructions
Check whether a receipt's daily Merkle root has been anchored to Bitcoin yet. Returns anchor_status ('pending' or 'anchored') and, when anchored, the Bitcoin txid, block height/hash, and Merkle inclusion proof. Agents should poll this with the receipt's sequence after issuance until anchor_status becomes 'anchored' (the anchor is batched daily, so this can take time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | Sequence number returned by ledgerproof_issue_receipt. |