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 Code | Message | Description |
|---|---|---|
| -32602 | Invalid params | Invalid transaction hash format |
Related Methods
eth_getTransactionReceipt- Get transaction receipteth_sendRawTransaction- Send transaction
eth_sendRawTransaction
Submit signed transactions to Monad. Essential for broadcasting transactions for high-throughput DeFi, latency-sensitive trading, and scalable EVM applications.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Monad. Essential for verifying transaction execution for high-throughput DeFi, latency-sensitive trading, and scalable EVM applications.