Compare DEX Quotes
Find the top pools by reserve for a token pair, quote each one individually, and return results sorted by output amount descending. Also includes the AKKA aggregator’s exact quote for comparison. Useful for demonstrating the value of aggregated routing vs. single-DEX swaps.
How it works
- Finds the top pools by reserve for the given token pair
- Quotes each pool individually
- Returns results sorted by output amount (descending)
- Includes the AKKA aggregator’s exact quote (
akkaQuote) for comparison
akkaQuote will typically be higher than any individual pool because AKKA splits the swap across multiple pools for better pricing.Authorizations
API key for authentication. Contact AKKA on Telegram to obtain your key.
Path Parameters
Blockchain chain ID
999 999
Query Parameters
Source token contract address. Use 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee for the native token.
^0x[a-fA-F0-9]{40}$"0x5555555555555555555555555555555555555555"
Destination token contract address.
^0x[a-fA-F0-9]{40}$"0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"
Amount to swap in the smallest unit (wei).
"1000000000000000000"
