Caducues EVM JSON-RPC
eth

getTransactionByBlockHashAndIndex

1min
POST

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

Parameters

DATA, 32 Bytes - hash of a block.

QUANTITY - integer of the transaction index position.

params: [
   '0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331',
   '0x0' // 0
]

Returns

See eth_getTransactionByHash

Authentication
Authorization
Header Parameters
Content-Type
Body Parameters
body
Responses
200