Skip to main content
uatu maintains a catalogue of blockchains, tokens, DEXes and liquidity pools across 18 networks, and serves executable swap quotes built from on-chain AMM data. Give it a token pair, an amount and a chain, and it resolves the relevant pools, prices the swap against each DEX’s on-chain contracts, and returns the best output along with the encoded calldata and approval steps needed to execute it.

What it does

Quotes

Price a swap and get back the transactions your client needs to submit.

Catalogue

Discover which chains, tokens, DEXes and pools are swappable where.

Discovery

A seeding CLI walks each chain and finds real pools over RPC.

Supported protocols

Uniswap v2/v3 (plus Universal Router), PancakeSwap, CoW Swap, Aerodrome, QuickSwap, Oku, Agni and Pharaoh. Which protocols are available on a given chain is defined per chain. See Supported chains for the current matrix.

Where to start

Quickstart

Get your first quote in a few curl calls.

API reference

Every endpoint, parameter and response shape.

Self-hosting

Configure, migrate, seed and run your own instance.

Adding a chain

Extend the catalogue with a new network.