eth_sendRawTransaction
Submits a raw transaction (serialized and signed) for broadcasting to the network. The transaction data should be encoded as a hexadecimal string starting with 0x
. You can create and sign a transaction externally using libraries like web3.js or ethers.js.
Note: For EIP-4844 transactions, the raw form must be in the network format, which includes blobs, KZG commitments, and KZG proofs.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
Transaction
The raw transaction data to submit, encoded as a hexadecimal string.
Response
The hash of the submitted transaction, as a hexadecimal string.