# eth\_sendPrivateTransaction

```js
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_sendPrivateTransaction",
  "params": [
    {
      tx,               // Signed raw tx hex
    }
  ]‍
```

## **CURL example**

```js
curl -s --data '{"jsonrpc": "2.0","id": "1","method": "eth_sendPrivateTransaction","params": [{"tx": "0x12…ab"}]}' -H "Content-Type: application/json" -X POST https://rpc.titanbuilder.xyz
```

## ‍**Response example**

```js
{"result":200,"error":null,"id":1}‍
```

Note: we do not support `maxBlockNumber`
