Eth_sendRawTransactionSync

Send raw transaction (synchronous)

post

Submit a signed raw transaction to the network and wait for transaction receipt synchronously. This method will block until the transaction is mined or timeout occurs.

Authorizations
api-keystringRequired
Body
jsonrpcstringOptionalExample: 2.0
methodstringOptionalExample: eth_sendRawTransactionSync
paramsstring[]Optional

Array containing one parameter - the signed transaction data in hex format (0x-prefixed)

Example: ["0xf86c808504a817c800825208943535353535353535353535353535353535353535880de0b6b3a76400008025a028ef61340bd939bc2195fe537567866003e1a15d3c71ff63e1590620aa636276a067cbe9d8997f761aecb703304b3800ccf555c9f3dc64214b297fb1966a3b6d83"]
idintegerOptionalExample: 1
Responses
chevron-right
200

Successful response with transaction receipt. Returns the transaction receipt if the transaction was successfully mined.

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
post
/

Last updated