eth_getTransactionByBlockHashAndIndex

get transaction by block hash and index

Description

Returns information about a transaction by block hash and transaction index position.

Parameters

  1. DATA, 32 Bytes - hash of a block.
  2. QUANTITY - integer of the transaction index position.
params: [  
  "0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331",  
  "0x0", // 0  
]

Returns

See eth_getTransactionByHash


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