Skip to main content
Notify nexroute of a single user-signed transaction that you dispatch yourself. nexroute acknowledges synchronously with the deterministic transaction hash, evaluates the transaction for backrun opportunity, and optimistically races a backrun targeting inclusion directly behind it. nexroute does not dispatch the notified transaction; delivery remains with the partner. The notification is fire-and-forget by design: send it in parallel with your own dispatch and never block on the response.

Request

POST to your Cashback endpoint with a JSON-RPC 2.0 envelope.

Params

params is a single-element array containing the request object.

Example

Response

A JSON-RPC envelope echoing the request id. result is the 32-byte transaction hash. It confirms the notification was accepted for backrun analysis; it carries no delivery commitment.

Errors