EVM
eth_getTransactionByBlockHashAndIndex
Returns information about a transaction by block hash and transaction index position.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getTransactionByBlockHashAndIndex: [blockHash, index].Positional parameters for
eth_getTransactionByBlockHashAndIndex:params[0]: 32 Bytes - hash of the block where this transaction was included. Null when pending.params[1]: Integer of the transaction index position.
Returns
Transaction response object. Can be a legacy transaction (pre-EIP-2718) or an AccessList transaction (EIP-2930).