Eth_sendRawTransactionSync
Authorizations
api-keystringRequired
Body
jsonrpcstringOptionalExample:
2.0methodstringOptionalExample:
eth_sendRawTransactionSyncparamsstring[]OptionalExample:
Array containing one parameter - the signed transaction data in hex format (0x-prefixed)
["0xf86c808504a817c800825208943535353535353535353535353535353535353535880de0b6b3a76400008025a028ef61340bd939bc2195fe537567866003e1a15d3c71ff63e1590620aa636276a067cbe9d8997f761aecb703304b3800ccf555c9f3dc64214b297fb1966a3b6d83"]idintegerOptionalExample:
1Responses
200
Successful response with transaction receipt. Returns the transaction receipt if the transaction was successfully mined.
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1400
Invalid request or transaction data
application/json
500
Transaction execution failed
application/json
post
/Last updated