Get the executable swap route
GET/v2/route
Get the finalized execution package returned by /v2/route
which contains all necessary data to execute a transactions. It builds on a quote by includingalldata, selected liquidity paths, slippage tolerances, and chain-specific details.
Routes are consumed directly by solvers or smart contracts to simulate and execute cross-chain swaps or intent fills. Unlike a quote, a route is actionable.
Request
Responses
- 200
- 400
- 401
- 500
Route successfully generated
Bad request
Unauthorized - Invalid API key
Internal server error