eth_getTransactionReceipt - IoTeX RPC Method
Get transaction receipt with status and logs on IoTeX. Essential for verifying transaction execution for decentralized physical infrastructure (DePIN), IoT device identity (ioID), and AI-verified real-world data.
Returns the receipt of a transaction by transaction hash on IoTeX. Receipt is only available for mined transactions.
Why IoTeX? Build on the leading DePIN infrastructure blockchain powering 130+ applications in the $27B+ DePIN ecosystem with W3bstream offchain compute, Quicksilver AI data verification, Vodafone partnership for 5M+ cell tower integration, and ioID device identity.
Use Cases
The eth_getTransactionReceipt method is essential for:
- Transaction confirmation - Verify transaction was mined successfully
- Gas analysis - Check actual gas used vs estimated
- Event parsing - Read emitted events from logs
- Status verification - Confirm success/failure for decentralized physical infrastructure (DePIN), IoT device identity (ioID), and AI-verified real-world data
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32602 | Invalid params | Invalid transaction hash |
Note: Returns null if transaction is not yet mined.
Related Methods
eth_getTransactionByHash- Get transaction detailseth_getLogs- Query logs by filter
eth_getTransactionByHash
Retrieve transaction details by hash on IoTeX. Essential for DePIN builders, IoT device manufacturers, and real-world AI application developers tracking transactions on the leading DePIN infrastructure blockchain powering 130+ applications in the $27B+ DePIN ecosystem.
eth_estimateGas
Estimate gas required for transactions on IoTeX. Essential for optimizing transaction costs for decentralized physical infrastructure (DePIN), IoT device identity (ioID), and AI-verified real-world data.