# eth\_sendRawTransaction

1. #### Parameters

   <mark style="color:blue;">data</mark>-The signed transaction (typically signed with a library, using your private key)

```bash
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}'
```

2. #### Returns

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