Welcome to Y-Net

Sending Orderflow to Y-Net

curl https://direct-us.buildery.org \
  --header 'Content-Type: application/json' \
  --header 'X-Flashbots-Signature: <public key address>:<signature>' \
  --data '{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "eth_sendBundle",
    "params": [{
      "blockNumber": "0x1361bd3",
      "txs": [
        "0x100000...",
        "0x200000..."
      ]
    }]
  }'