Docs

eth_getTransactionReceipt - Zora RPC Method

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.

Returns the receipt of a transaction by transaction hash on Zora. Receipt is only available for mined transactions.

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_getTransactionReceipt method is essential for:

  • Transaction confirmation - Verify transaction was mined successfully
  • Gas analysis - Check actual gas used vs estimated
  • Event parsing - Read emitted events from logs
  • Status verification - Confirm success/failure for low-cost NFT minting, onchain media monetization, and creator-owned token economies

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsInvalid transaction hash

Note: Returns null if transaction is not yet mined.