eth_getTransactionReceipt
Arc node API
eth_getTransactionReceipt | Arc
Arc API method that returns the receipt of a transaction by transaction hash. Transaction receipts contain information about the execution of a transaction.
POST
eth_getTransactionReceipt
Arc API method that returns the receipt of a transaction by transaction hash. Transaction receipts contain information about the execution of a transaction.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Arc-specific fields: Transaction receipts on Arc include additional fields:
feeToken— the TIP-20 token address used to pay transaction feesfeePayer— the address that paid the fees (may differ from sender with fee sponsorship)
Parameters
transactionHash— the hash of the transaction to retrieve the receipt for
Response
result— a receipt object, ornullif no receipt was found:transactionHash— the transaction hashblockHash— hash of the block containing this transactionblockNumber— block number containing this transactionfrom— address of the senderto— address of the receiverstatus—1for success,0for failuregasUsed— amount of gas usedlogs— array of log objectsfeeToken— TIP-20 token address used for fees (Arc-specific)feePayer— address that paid the fees (Arc-specific)
eth_getTransactionReceipt code examples
Last modified on August 3, 2026