eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
Path parameters
apiKey
Request
This endpoint expects an object.
Block
The block number or tag (‘latest’, ‘earliest’, ‘pending’) containing the transaction.
Transaction index
The index position of the transaction in the block’s transaction list, as a hexadecimal string.
Response
The transaction object containing various properties of the transaction.
Eth Get Transaction by Block Number and Index Result0
OR
Eth Get Transaction by Block Number and Index Result1
OR
Eth Get Transaction by Block Number and Index Result2
OR
Eth Get Transaction by Block Number and Index Result3