/order + /execute) instead of migrating to the Router (/build). You get better pricing because all routing engines compete, not just Metis.
What you gain
- All routers including JupiterZ RFQ market makers (often 5-20bps better on major pairs)
- Managed execution via
/execute(no RPC management, no priority fee tuning) - Gasless support (automatic for users with < 0.01 SOL)
- Simpler integration (one call + sign + execute)
The trade-off
You cannot modify the transaction. If you need CPI, custom instructions, or any transaction modification, use the Router (/build) path instead. See Metis to Router for that migration.
Before and after
Before (Metis: two calls + self-managed sending)Related
- Order & Execute for the full Meta-Aggregator workflow and code examples
- Metis to Router if you need transaction modification
