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 transaction. It builds on a quote by including calldata, 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.
Request
Responses
- 200
- 400
- 401
- 500
Route successfully generated
Bad request
Unauthorized - Invalid API key
Internal server error