eth_getTransactionByHash

Returns information about a transaction requested by transaction hash.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Transaction hashstringRequiredformat: "^0x[0-9a-f]{64}$"

The hash of the transaction to retrieve.

Response

The transaction object containing various properties of the transaction.

Eth Get Transaction by Hash Result0object
OR
Eth Get Transaction by Hash Result1object
OR
Eth Get Transaction by Hash Result2object
OR
Eth Get Transaction by Hash Result3object