eth_getTransactionByBlockNumberAndIndex

Returns information about a transaction given a block number and transaction index position

Parameters

QUANTITY|TAG - a block number, or the string "earliest", "latest" or "pending", as in the default block parameter.
QUANTITY - the transaction index position.

Returns

Object - A transaction object, or null when no transaction was found

Language
Click Try It! to start a request and see the response here!