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": "000000000000000002340f2ca4d3ff7d394364962a973649a62aea6c8e0e7b42",
"height": 871703
},
"target": {
"blkid": "000000000000000002340f2ca4d3ff7d394364962a973649a62aea6c8e0e7b42",
"height": 871703
}
}
curl https://bsv-testnet.proof.metastreme.com/status
{
"tip": {
"blkid": "00000000000000ec6710d8bd8efa5148579d8fdf366f81a3cb68aab78ad45056",
"height": 1647969
},
"target": {
"blkid": "00000000000000ec6710d8bd8efa5148579d8fdf366f81a3cb68aab78ad45056",
"height": 1647969
}
}