Compliance Shield
Get Merkle Proof
Check if an address is sanctioned and get a cryptographic Merkle proof that can be verified on-chain.
GET
Returns a Merkle inclusion proof for the given address. If the address is in the sanctions dataset, the proof can be submitted to the smart contract for on-chain verification.
Free — no credits charged.
Path Parameters
Wallet address to check (any chain — Ethereum, Bitcoin, Stellar, Solana, etc.)
Response
The queried address.
true if the address is in the sanctions dataset.The leaf position in the Merkle tree.
-1 if not sanctioned.Array of hex-encoded sibling hashes (the Merkle path). Empty if not sanctioned.
The current Merkle root (hex-encoded, 32 bytes). Matches the on-chain root.

