Skip to main content
AKKA Finance is a liquidity aggregation protocol that finds the best token swap rates by routing through multiple DEXes simultaneously. The Pathfinder algorithm splits your swap across protocols and market depths to minimize slippage and maximize output.

What you can do with the API

Get Quotes

Find the best swap rate for any token pair across all supported DEXes in a single call.

Execute Swaps

Generate ready-to-sign transaction data for token swaps with built-in slippage protection.

Validate Execution

Receive balance, allowance, gas, simulation, and quote-lifecycle status with every executable quote.

Browse Tokens

Get token metadata, verification status, and real-time USD pricing.

How it works

  1. Discover support — Read partner chains and sources instead of hardcoding availability.
  2. Request one executable quoteGET /partner/v1/{chainId}/quote finds the route and returns payer validation, approval target, expiry, and transaction data together.
  3. Resolve issues and execute — If required, approve the returned target and refresh the quote. Then submit its transaction unchanged and report the receipt.

Next steps

Quickstart

Go from zero to your first partner-ready swap in four stages.