Get transaction by block hash and index
Ronin node API
eth_getTransactionByBlockHashAndIndex | Ronin
Ronin API method that returns information about a transaction by specifying the block hash and the transaction’s index position within the block.
POST
Get transaction by block hash and index
Ronin API method that returns information about a transaction by specifying the block hash and the transaction’s index position within the block. This method allows for precise queries about specific transactions contained in a block.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 block.transactionIndex— the index position of the transaction in the block, encoded as a hexadecimal.
Response
result— an object containing detailed information about the transaction, including fields likefrom,to,value,gas,gasPrice,nonce,hash, and more.
Use case
Theeth_getTransactionByBlockHashAndIndex method is useful for applications that need to retrieve specific transactions from a block, such as blockchain explorers, wallets, or auditing tools. It provides a direct way to access transaction details without needing to retrieve all transactions in a block.Last modified on May 18, 2026