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": "00000000000000000b698af508daec85e73fd6d4712d51f406c15ab7e830cd8b",
"height": 785026
},
"target": {
"blkid": "00000000000000000b698af508daec85e73fd6d4712d51f406c15ab7e830cd8b",
"height": 785026
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "00000000000003cc1748736b5114712335456808f7b7dc6c944a45b7add1e026",
"height": 1543922
},
"target": {
"blkid": "00000000000003cc1748736b5114712335456808f7b7dc6c944a45b7add1e026",
"height": 1543922
}
}