eth_sendRawTransactionSync
POST
/{apiKey}
Sends a raw transaction to the network and waits for the transaction to be mined.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]*$"requiredThe 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?