eth_getRawTransactionByHash

Returns the raw transaction data (RLP-encoded) by transaction hash. Both `eth_getRawTransactionByHash` and `debug_getRawTransaction` are supported on Conduit RPC endpoints and return identical results — use whichever fits your tooling. Returns `null` for unknown transaction hashes. ⚡ Compute Units: [10 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Request

This endpoint expects an object.
transactionHashstringRequiredformat: "^0x[0-9a-fA-F]{64}$"

32-byte hash of a transaction

Response

The raw transaction data (RLP-encoded, hex-encoded), or null if the transaction is unknown.