eth_getTransactionByHash - Zora RPC Method
Retrieve transaction details by hash on Zora. Essential for NFT creators, digital artists, brands, and onchain media builders tracking transactions on the creator-first L2 powering $353M+ in NFT trading volume with 179K+ active creators.
Returns the information about a transaction by transaction hash on Zora.
Why Zora? Build on the creator-first L2 powering $353M+ in NFT trading volume with 179K+ active creators with 0.000777 ETH minting fees, 50% creator royalty share, no-code NFT toolkit, and OP Stack Ethereum security.
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 NFT minting, onchain media monetization, and creator-owned token economies
- 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 Zora. Essential for broadcasting transactions for low-cost NFT minting, onchain media monetization, and creator-owned token economies.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Zora. Essential for verifying transaction execution for low-cost NFT minting, onchain media monetization, and creator-owned token economies.