Aqua0
Developers

Developer quickstart

The fastest way to integrate Aqua0 (high-level, version-agnostic).

What you can do

As an integrator, you can:

  • request quotes for swaps (including cross-chain)
  • execute swaps
  • track status until completion

Integration surface (public contract)

We keep the integration surface intentionally small:

  1. Quote: input token/chain, output token/chain, amount → returns expected output + fees + route summary
  2. Execute: confirm + submit → returns a swap id / tracking handle
  3. Status: poll or subscribe → returns lifecycle state until finalized

Next steps

  • Read Integration for recommended UX and data handling.
  • Read Status & errors for lifecycle states and retry guidance.

On this page