Private transaction relay
seneschal_private_relayFront-run protection for any sensitive tx (a puzzle/CTF/bounty claim, a large approval revoke, a first-touch interaction, an NFT mint): submit a LOCALLY-signed raw transaction and we forward it only to private block builders (Flashbots, Titan) + our own rbuilder — NEVER the public mempool. You keep custody (only signed bytes leave your machine; any change breaks the signature). view="info" returns the builder set + price + caveats; view="inspect" with raw_tx decodes/validates the signed tx and previews its target builders WITHOUT relaying (free, so you can confirm before paying). The paid relay itself is POST /v1/premium/private-relay via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | info (default) = builders/price/caveats; inspect = decode + preview a signed tx (needs raw_tx). | |
| raw_tx | No | inspect view: your locally-signed raw transaction. |