eth_getTransactionByBlockHashAndIndex

Returns information about a transaction given the block's hash and a transaction index.

Parameters

  • DATA, 32 Bytes - hash of a block
  • QUANTITY - Integer of the transaction index position

Returns

  • Object - An object of type Transaction or null when no transaction was found.
    See eth_getTransactionByHash
Language
URL
Click Try It! to start a request and see the response here!