Eth_sendRawTransaction

Send a raw signed transaction

post

Sends a raw, signed Ethereum transaction to the network. Returns the transaction hash (txid) if the transaction is successfully submitted.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version

Example: 2.0
methodstringRequired

Method name

Example: eth_sendRawTransaction
paramsstring[]Required

Array containing a single signed transaction data (hex string)

Example: 0xf86b808504a817c800825208940000000000000000000000000000000000000000880de0b6b3a76400008026a0980...
idintegerRequired

Request ID

Example: 1
Responses
chevron-right
200

Transaction successfully sent

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultstringOptional

Transaction hash (txid) of the submitted transaction

Example: 0x7f8a08576b8474e17e8311c2732029232892d450bfdc30816ffb133c2f8e3f1a
post
/
200

Transaction successfully sent

Last updated