Get Quai Transaction
get_transactionLook up a Quai Network transaction by its hash to get full details, receipt, and the zone/shard it landed on.
Instructions
Look up a transaction on Quai Network by its hash and return its details (from, to, value, gas, status) plus the receipt when available. Also reports which zone/shard the transaction landed on -- Quai resolves this automatically from the hash itself, so you do not need to know it in advance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | The transaction hash to look up, e.g. 0x... | |
| network | No | Which Quai network to query: "mainnet" or "testnet" (the Orchard testnet). Defaults to mainnet. | mainnet |