Docs

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 CodeMessageDescription
-32602Invalid paramsInvalid transaction hash format