gettxoutproof
Returns a hex-encoded proof that the specified transaction(s) were included in a block. This proof can be used to verify the inclusion of transactions without relying on a full node.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
txids
An array of transaction IDs to generate proof for.
blockhash
The block in which to search for the txid(s). If omitted, the node will try to locate it.
Response
A hex-encoded proof that the specified transactions are part of a block.