Skip to main content

Endpoint

Auth: requires an API key with quote access. Returns the best route, expected output, route legs, platform fee, estimated network fee, and an executable transaction for an exact-input swap.

Required parameters

slippageBps is also accepted as an alias for slippage_bps. Pass the canonical address returned by a token-discovery endpoint. Symbol values such as WETH or USDG are rejected because symbols are not unique.

Optional parameters

Example

Example response

Exact amounts and route legs depend on live liquidity.

Key response fields

The issues object

Inspect issues before submitting. It flags conditions that should block or gate execution.

Notes

Quotes depend on live liquidity and can go stale quickly. Request a fresh quote if the user waits. The exact amounts and route legs depend on live liquidity at request time. Use the returned settlement mode as the source of truth when executing a quote. See Settlement Modes for when to request Permit2 or allowance mode explicitly.