EVM
eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number 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_getTransactionByBlockNumberAndIndex: [blockNumber, index].Positional parameters for
eth_getTransactionByBlockNumberAndIndex:params[0]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.params[1]: Integer of the transaction index position.
Returns
Ethereum block object. Null when no block was found.