eth_getTransactionReceipt
Transactions info | Tempo
eth_getTransactionReceipt | Tempo
Tempo 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
Tempo API method that returns the receipt of a transaction by transaction hash. Transaction receipts contain information about the execution of a transaction.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Tempo-specific fields: Transaction receipts on Tempo 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 (Tempo-specific)feePayer— address that paid the fees (Tempo-specific)
eth_getTransactionReceipt code examples
Body
application/json
Last modified on May 18, 2026