eth_getTransactionByHash - Pulsechain RPC Method
Retrieve transaction details by hash on Pulsechain. Essential for DeFi developers, staking protocol builders, and teams migrating from Ethereum tracking transactions on the Ethereum fork L1 with lower gas fees and proof-of-stake consensus.
Returns the information about a transaction by transaction hash on Pulsechain.
Why Pulsechain? Build on the Ethereum fork L1 with lower gas fees and proof-of-stake consensus with full Ethereum state fork, proof-of-stake consensus, lower gas fees than Ethereum mainnet, and PulseX DEX ecosystem.
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 low-cost DeFi, staking protocols, and Ethereum-compatible dApps with reduced fees
- 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 Pulsechain. Essential for broadcasting transactions for low-cost DeFi, staking protocols, and Ethereum-compatible dApps with reduced fees.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Pulsechain. Essential for verifying transaction execution for low-cost DeFi, staking protocols, and Ethereum-compatible dApps with reduced fees.