eth_getTransactionByBlockHashAndIndex

Returns information about a transaction given a blockhash and transaction index position

Parameters

DATA, 32 Bytes - hash of a block.
QUANTITY - integer of 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!