eth_getRawTransactionByHash
Returns the raw transaction data (RLP-encoded) for a transaction by its hash.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction hash
The hash of the transaction to retrieve.
Response
The raw RLP-encoded transaction data as a hexadecimal string, or null if the transaction is not found.