Individual Proof

Request a merkle proof for a single transaction.

See the TSC Standard for more information on the response format.

curl https://bsv-mainnet.proof.metastreme.com/tx/d05d0877beed148323b21c260f090e781805392c6458cf46e39fe296b333bb34/proof

Bulk Proof

Proofs can be requested for up to 100 transactions at a time.

curl -X POST -H 'Content-Type: application/json' \
  -d '["1e95a02fa70d30d7e4e605f8eeafcf35a16070059592362df76e6e030d054114","c5b73e9664f47a31db7e83e6de84864fbccda4e29830c9ddd1dc2f8bf12e6ec9"]' \
  https://bsv-mainnet.proof.metastreme.com/tx/proof

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": "00000000000000000550e9ad9cb975e77b97830278c4ec28da494f30a2164d4f",
    "height": 841763
  },
  "target": {
    "blkid": "00000000000000000550e9ad9cb975e77b97830278c4ec28da494f30a2164d4f",
    "height": 841763
  }
}
curl https://bsv-testnet.proof.metastreme.com/status

{
  "tip": {
    "blkid": "00000000564baa269542143f9b6c4539fa027b0375fe0c72d9f3aacac575e2a1",
    "height": 1608761
  },
  "target": {
    "blkid": "00000000564baa269542143f9b6c4539fa027b0375fe0c72d9f3aacac575e2a1",
    "height": 1608761
  }
}