eth_sendRawTransaction

Creates new message call transaction or a contract creation for signed transactions. The API credit value for this method is 70.

  1. Parameters

    data-The signed transaction (typically signed with a library, using your private key)

curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params":["signed transaction"],"id":1}'
  1. Returns

    result-The transaction hash, or the zero hash if the transaction is not yet available

Last updated