Get transaction
get_transactionFetch a transaction's full details and receipt using its hash, including status, gas used, and logs, to verify on-chain activity.
Instructions
Fetch a transaction and its receipt by hash. The receipt includes status, gas used, and logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | 0x-prefixed transaction hash | |
| network | No | Target network: "l1" = bloxberg mainnet (chainId 8995), "l2-testnet" = bloxberg 2.0 testnet (chainId 77888). Defaults to "l1". | l1 |