Docs

eth_getTransactionByHash - Monad RPC Method

Retrieve transaction details by hash on Monad. Essential for high-performance dApp developers, DeFi builders, and teams requiring Ethereum compatibility at scale tracking transactions on the parallel EVM L1 delivering 10,000 TPS with 400ms blocks and sub-cent gas fees.

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

Why Monad? Build on the parallel EVM L1 delivering 10,000 TPS with 400ms blocks and sub-cent gas fees with optimistic parallel execution, MonadBFT consensus, $244M Paradigm-led funding, and consumer-grade validator hardware requirements.

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 high-throughput DeFi, latency-sensitive trading, and scalable EVM applications
  • Block explorers - Display transaction information

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsInvalid transaction hash format