Docs

eth_getTransactionByHash - Tempo RPC Method

Retrieve transaction details by hash on Tempo. Essential for payment application developers, wallet teams, stablecoin issuers, and treasury automation builders tracking transactions on a payments-first EVM chain with deterministic settlement and stablecoin-native fees.

Returns the information about a transaction by transaction hash on Tempo.

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_getTransactionByHash method is essential for:

  • Transaction tracking - Get details of pending or confirmed transactions
  • Payment verification - Verify transaction parameters
  • Debugging - Analyze transaction data for merchant settlement, treasury operations, payout automation, and stablecoin-native financial applications
  • Block explorers - Display transaction information

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsInvalid transaction hash format