Swaps

Turn swaps into sweeps

Your swap screen already knows one pair at a time. Sweep turns it into a many-to-one input: users select a stack of tokens across chains and receive a single output, priced and routed as one order. The same familiar screen, doing far more per confirmation.

How the integration works

  1. Keep your swap UI; wire the inputs to Sweep's multi-asset quote endpoint.
  2. Users add several source tokens, on any chains, into one order.
  3. Sweep returns a single best-route quote and settles it into the chosen output token.
  4. Your users confirm once per chain instead of running pair-by-pair swaps.

Why build it on Sweep

  • Many in, one out. Consolidate scattered balances into a single output token in one order instead of a queue of swaps.
  • Best route, automatically. Sweep compares providers and routes each leg through the cheapest available path.
  • Familiar surface. It's the swap screen your users already understand. It just accepts more at once.
  • Fewer signatures. Same-chain legs batch together, cutting a long swap session down to a couple of confirmations.

At a glance

Integration
Quote + settle API
Inputs
Many tokens / chains
Output
One token
Routing
Best of providers

Frequently asked questions

Do I have to rebuild my swap UI?

No. You keep your interface and point the inputs at Sweep's multi-asset quote and settlement endpoints.

Can users still do a simple one-to-one swap?

Yes. A single input is just the smallest case; the same flow scales up to many inputs when they want it.

How is the rate determined?

Sweep quotes across its routing providers in real time and returns the best combined route before the user confirms.

Other ways to build on Sweep