eth_getTransactionByHash - Arbitrum RPC Method
Retrieve transaction details by hash on Arbitrum. Essential for DeFi developers, protocol teams, and dApp builders seeking Ethereum scalability tracking transactions on Ethereum's leading Layer 2 with 46% L2 market share and $12B+ TVL.
Returns the information about a transaction by transaction hash on Arbitrum.
Why Arbitrum? Build on Ethereum's leading Layer 2 with 46% L2 market share and $12B+ TVL with full EVM compatibility, 1.5M daily transactions, and $3B+ DAO treasury for ecosystem growth.
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-volume DeFi (GMX, Uniswap, Aave), gaming, and cross-chain 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 Arbitrum. Essential for broadcasting transactions for high-volume DeFi (GMX, Uniswap, Aave), gaming, and cross-chain applications.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Arbitrum. Essential for verifying transaction execution for high-volume DeFi (GMX, Uniswap, Aave), gaming, and cross-chain applications.