Individual Proof
Request a merkle proof for a single transaction.
See the TSC Standard for more information on the response format.
Bulk Proof
Proofs can be requested for up to 100 transactions at a time.
Service Status
"tip"
is the chaintip MetaProof has finished processing
"target"
is the chaintip MetaProof is processing towards
curl https://bsv-mainnet.proof.metastreme.com/status
{
"tip": {
"blkid": "0000000000000000034837c3444eef3941962151758bed52ec281233d26c716e",
"height": 871752
},
"target": {
"blkid": "0000000000000000034837c3444eef3941962151758bed52ec281233d26c716e",
"height": 871752
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "0000000000000b6df5b33bfcc2989eefdd721d65f7b0fcc23567065a2189b5c4",
"height": 1648008
},
"target": {
"blkid": "0000000000000b6df5b33bfcc2989eefdd721d65f7b0fcc23567065a2189b5c4",
"height": 1648008
}
}