JSON RPC
eth_sendRawTransaction
POST
Submits a pre-signed transaction for broadcast to the Ethereum network
Body
number
Serves as a unique identifier for the request
string
Indicates the version of JSON-RPC being used
string
Represents the name of the remote procedure or method to be called
array
Contains the list of parameters passed to the remote method
string
The signed transaction data.
Response
number
Returns unique identifier for the request
string
Returns the version of JSON-RPC being used
string
32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available