eth_sendRawTransaction

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_sendRawTransaction",   // eth_sendPrivateTransaction can also be used
  "params": [
    "0x..."  // String, A signed transaction
  ]
}

For EIP-4844arrow-up-right transactions, the transaction must include all the blobs.

Last updated