eth_getTransactionByHash
Transactions info | Tempo
eth_getTransactionByHash | Tempo
Tempo API method that returns the information about a transaction requested by transaction hash. transactionHash — the hash of the transaction to retrieve.
POST
eth_getTransactionByHash
Tempo API method that returns the information about a transaction requested by transaction hash.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.
Parameters
transactionHash— the hash of the transaction to retrieve
Response
result— a transaction object, ornullif no transaction was found:hash— the transaction hashnonce— the number of transactions made by the sender prior to this oneblockHash— hash of the block containing this transactionblockNumber— block number containing this transactionfrom— address of the senderto— address of the receivervalue— value transferred in weiinput— data sent along with the transactiontype— transaction type (Tempo supports type0x76for TempoTransaction)
eth_getTransactionByHash code examples
Last modified on May 18, 2026