Get you 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
jsonrpc
— the JSON-RPC protocol version (always “2.0”)method
— the method name (always “eth_getTransactionByBlockHashAndIndex”)params
— array containing method parametersblockHash
— the hash of the target block as a hexadecimal stringtransactionIndex
— the transaction index position in the block as a hexadecimal string
id
— request identifier (number or string)
Response
jsonrpc
— the JSON-RPC protocol version (“2.0”)id
— the request identifier that matches the requestresult
— transaction object with Ethereum-compatible fields or null if not found
Use case
Thejsonrpc eth_getTransactionByBlockHashAndIndex
method is used for:
- Retrieving specific transactions from blocks using Ethereum-compatible tools
- Building block explorers and transaction analysis tools for TRON
- Supporting Ethereum-based indexing and analytics applications on TRON
- Enabling precise transaction lookups by block hash and position
Body
application/json