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": "000000000000000001102e95a3a4d623df09bfcb8d25c93ce83e235a80beecfe",
"height": 811595
},
"target": {
"blkid": "000000000000000001102e95a3a4d623df09bfcb8d25c93ce83e235a80beecfe",
"height": 811595
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "000000000000083f520275a31c5832c2a4a448d40e9c658f67506e6cdb649b2a",
"height": 1574522
},
"target": {
"blkid": "000000000000083f520275a31c5832c2a4a448d40e9c658f67506e6cdb649b2a",
"height": 1574522
}
}