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": "000000000000000009e02bc29b4f9ca7ab5ea7c6043cd6cafd87b644ae438d67",
"height": 865252
},
"target": {
"blkid": "000000000000000009e02bc29b4f9ca7ab5ea7c6043cd6cafd87b644ae438d67",
"height": 865252
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "00000000189dfbb2b131f4c992b109cf37981361e6b9b5f2e7c1aa083354ceb3",
"height": 1639575
},
"target": {
"blkid": "00000000189dfbb2b131f4c992b109cf37981361e6b9b5f2e7c1aa083354ceb3",
"height": 1639575
}
}