eth_sendRawTransaction
Creates new message call transaction or a contract creation for signed transactions. The API credit value for this method is 70.
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}'
Last updated
Was this helpful?