/order + /execute, migration is minimal. The endpoints are the same, with a new base URL.
What changes
| Before (Ultra) | After (Swap V2) |
|---|---|
Base URL: https://ultra-api.jup.ag | Base URL: https://api.jup.ag/swap/v2 |
GET /order | GET /order |
POST /execute | POST /execute |
What you gain
- Unified documentation and API reference
- Same endpoint for both Meta-Aggregator and Router paths
- Future improvements shipped to V2 first
Related
- Order & Execute for the full Meta-Aggregator workflow and code examples
