eth_getTransactionByBlockHashAndIndex
Transactions info | Tempo
eth_getTransactionByBlockHashAndIndex | Tempo
Tempo API method that returns information about a transaction by block hash and transaction index position. Chainstack Tempo reference.
POST
eth_getTransactionByBlockHashAndIndex
Tempo API method that returns information about a transaction by block hash and transaction index position.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
blockHash— the hash of the blocktransactionIndex— the transaction index position (hex)
Response
result— the transaction object, ornullif not found:hash— transaction hashnonce— sender’s transaction countblockHash— hash of the containing blockblockNumber— block numbertransactionIndex— index in the blockfrom— sender addressto— recipient address (null for contract creation)value— value transferred in weigas— gas limitgasPrice— gas priceinput— transaction datav,r,s— signature values
eth_getTransactionByBlockHashAndIndex code examples
Body
application/json
Last modified on May 18, 2026