get_merkle_proof
Get a Merkle proof to cryptographically verify a trading card's price on the LitecoinVM blockchain. Submit the proof to the MerklePriceOracle smart contract for trustless verification.
Instructions
Get a Merkle proof for on-chain price verification on LitecoinVM.
WHY THIS MATTERS FOR AI AGENTS: Regular API prices require trusting the server. Merkle proofs let you VERIFY the price on-chain without trusting anyone. The proof is a cryptographic guarantee that this exact price was committed to the LitecoinVM blockchain by the oracle operator.
The TCG Price Oracle commits 276K actively-priced products to a single Merkle root on LiteForge daily. This tool returns the proof array that can be submitted to the MerklePriceOracle smart contract to trustlessly verify any card's price.
NOTE: Only actively-priced products (market_price > 0) are included in the Merkle tree. Zero-price catalog entries cannot be proven.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | TCGPlayer product ID (e.g. 98580 for Shadowless Charizard) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |