+ How do I force a GuideStar-only quote?
+
+
+
+ Set the [`x-api-experimental` header](/docs/api-reference/aggregator_quote) to `true`, alongside `x-universal-router-swapsteps: true`, on a `/quote` request. This is currently only supported for `EXACT_INPUT` trades on Ethereum mainnet.
+
+ A forced request is served by GuideStar or fails outright, with no fallback to Uniswap Protocol routing or another order type. A request missing a prerequisite (the swapsteps header, or an unsupported trade type/chain) returns a `400` naming the unmet condition; a request GuideStar cannot service returns a `404`.
+
+ This header opts into experimental, unstable behavior and is not part of the stable API contract. Reach out through the [Uniswap Developer Platform](https://developers.uniswap.org/dashboard/welcome) before relying on it in production.
+
+
+
+
+