Docs

eth_getTransactionReceipt - Tempo RPC Method

Get transaction receipt with status and logs on Tempo. Essential for verifying transaction execution for merchant settlement, treasury operations, payout automation, and stablecoin-native financial applications.

Returns the receipt of a transaction by transaction hash on Tempo. Receipt is only available for mined transactions.

Why Tempo? Build on a payments-first EVM chain with deterministic settlement and stablecoin-native fees with no native gas token, fees denominated in supported USD stablecoins, and full EVM RPC compatibility.

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 merchant settlement, treasury operations, payout automation, and stablecoin-native financial applications

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsInvalid transaction hash

Note: Returns null if transaction is not yet mined.