Verify any Bitcoin proof against bsv.cx's own headers
spv_verifyVerify ANY Bitcoin (BSV) Merkle inclusion proof — a BEEF envelope (BRC-62), a BUMP (BRC-74), or a raw TSC proof — against block headers bsv.cx syncs itself over the BSV P2P network, NOT an explorer. Returns confirmed / rejected / inconclusive. This is the trustless core: you send only the proof (never the root), we fold the root ourselves and check it against a header we hold — so you never have to trust bsv.cx. Works for ANY txid's proof, not just bsv.cx's own anchors. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beef | No | a BEEF envelope (BRC-62) as hex — easiest input; carries the tx and its merkle path | |
| bump | No | a BUMP (BRC-74) merkle path as hex; must be paired with txid | |
| txid | No | 64-hex txid; required with bump, or with a raw TSC proof | |
| index | No | the transaction's index in the block (raw TSC proof only) | |
| nodes | No | TSC merkle branch nodes as hex, or "*" for a duplicated node (raw TSC proof only) | |
| height | No | block height (raw TSC proof only) |