eth_getTransactionByBlockNumberAndIndex
Transactions info | Tempo
eth_getTransactionByBlockNumberAndIndex | Tempo
Tempo API method that returns information about a transaction by block number and transaction index position. Tempo via Chainstack.
POST
eth_getTransactionByBlockNumberAndIndex
Tempo API method that returns information about a transaction by block number 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
blockNumber— the block number (hex) or tag (latest,earliest,pending)transactionIndex— 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_getTransactionByBlockNumberAndIndex code examples
Body
application/json
Last modified on May 18, 2026