1s_tx_details_live
Retrieve complete transaction details and receipt from the RPC node, including status, gas used, and logs for Ethereum, Sepolia, or Avalanche.
Instructions
Get full transaction data and receipt directly from the RPC node. Returns both transaction fields and receipt (status, gas used, logs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Transaction hash (0x...) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |