v1

latestOpenAPI 3.0.02026-07-26541677.9 KB
Ethereum API

eth_sendRawTransaction

Submits a pre-signed transaction for broadcast

post/eth_sendRawTransaction

Request body

jsonrpcstring required

JSON-RPC version

methodstring required

The method to call

idinteger required

Request identifier

Response

Returns the transaction hash

jsonrpcstring
idinteger
resultstring

The transaction hash

Example response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x2f5d6a8af654c249bc487e7c7b926a3f3f165b575a6485a487f12c7a9e3c8e45"
}