verify_utr
Verify a Universal Trade Receipt hash by checking its on-chain Solana anchor via memo transaction. Returns chain, signature, slot, explorer URL, and notarizer pubkey for independent verification.
Instructions
Look up a Universal Trade Receipt by hash. Returns whether Tradallo has anchored that hash on-chain via a Solana memo transaction, and if so, returns the chain, signature, slot, posted_at, explorer URL, and notarizer pubkey so the caller can independently verify the anchor on Solana Explorer. The signed-envelope response is ed25519-verified before this tool returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utr_hash | Yes | The 64-char hex SHA-256 UTR hash to look up. |