# Ethereum eth_getTransactionByHash

> Gets a transaction by hash on Ethereum.

# `eth_getTransactionByHash`

<Description />

:::tip MEV protection
Maximal Extractable Value (MEV) protection is available for all Infura customers on Mainnet.
This means `r`, `s`, and `v` signature fields might return empty hex values (`0x0`)
while the transaction is pending on Mainnet.
:::

## Parameters

<Params />

## Returns

<Returns />

## Example

<Example />

### Request

<Request />

### Response

<Response />
