Builder RPC (Private orderflow)
Network
URL
eth_sendRawTransaction
{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendRawTransaction”,
"params": ["0x…"], // Signed raw tx hex
}
{"result":200,"error":null,"id":1}Last updated