eth_getTransactionByHash - LISK RPC Method
Retrieve transaction details by hash on LISK. Essential for RWA developers, DePIN builders, and teams targeting Southeast Asia and Africa markets tracking transactions on the first L1-to-Superchain L2 focused on real-world assets and emerging markets.
Returns the information about a transaction by transaction hash on LISK.
Why LISK? Build on the first L1-to-Superchain L2 focused on real-world assets and emerging markets with OP Stack Superchain integration, Gelato rollup-as-a-service, 500K OP grant, and LSK token migration from L1.
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 real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access
- 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 LISK. Essential for broadcasting transactions for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access.
eth_getTransactionReceipt
Get transaction receipt with status and logs on LISK. Essential for verifying transaction execution for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access.