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": "000000000000000005be4205935c9f1d32cc6a565a2f2e90f39cb5350429c5b0",
"height": 777373
},
"target": {
"blkid": "000000000000000005be4205935c9f1d32cc6a565a2f2e90f39cb5350429c5b0",
"height": 777373
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "00000000000000286e70a443dab746632069d7ec58afe6c2665015af3e0c4630",
"height": 1535069
},
"target": {
"blkid": "00000000000000286e70a443dab746632069d7ec58afe6c2665015af3e0c4630",
"height": 1535069
}
}