LogoLogo
  • Getting Started
  • API
    • eth_sendBundle
    • mev_sendBundle
  • eth_cancelBundle
  • eth_sendRawTransaction
  • eth_sendEndOfBlockBundle
  • Builder Public Keys
Powered by GitBook
On this page

eth_sendRawTransaction

Send a single private transaction

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_sendRawTransaction”,
  "params": ["0x…4b"],  // Signed raw tx hex
}

Example Response:

{"result":200,"error":null,"id":1}
Previouseth_cancelBundleNexteth_sendEndOfBlockBundle

Last updated 2 months ago