eth_getTransactionByHash - Manta RPC Method
Retrieve transaction details by hash on Manta Pacific. Essential for ZK application developers, privacy-focused builders, and teams requiring modular scalability tracking transactions on the modular ZK L2 with Celestia DA delivering the lowest fees for 200+ dApps.
Returns the information about a transaction by transaction hash on Manta Pacific.
Why Manta? Build on the modular ZK L2 with Celestia DA delivering the lowest fees for 200+ dApps with first L2 on Celestia mainnet, ZK-as-a-Service via Universal Circuits, Polygon CDK integration, and modular OP Stack architecture.
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 ZK-enabled DeFi, private identity verification, and modular ZK applications via Universal Circuits
- 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 Manta Pacific. Essential for broadcasting transactions for ZK-enabled DeFi, private identity verification, and modular ZK applications via Universal Circuits.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Manta Pacific. Essential for verifying transaction execution for ZK-enabled DeFi, private identity verification, and modular ZK applications via Universal Circuits.