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