Alchemy Logo

eth_sendRawTransactionSync

POST
/{apiKey}

Sends a raw transaction to the network and waits for the transaction to be mined.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[0-9a-f]*$"required

The signed transaction data, RLP-encoded and hex-encoded.

integeroptional

Maximum wait time in milliseconds. Must be a positive integer between 1 and the node-configured maximum timeout.

Responses

200

The transaction receipt object containing various properties of the transaction receipt.

Was this page helpful?