lookup_transaction
Retrieve raw transaction data from Zebra using a 64-character transaction ID. Returns decoded JSON by default or raw hex.
Instructions
Get raw transaction data by txid from Zebra.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Transaction ID (64-char hex) | |
| verbose | No | Return decoded JSON instead of raw hex (default true) |