Find the best quote to exchange tokens via AKKA router. Returns expected output amount and optional token/protocol information. The Pathfinder algorithm splits transactions across multiple protocols and market depths to find the most efficient swap route.
Documentation Index
Fetch the complete documentation index at: https://akkafinance-4d5a30d3.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
dstAmount. Use these flags to include additional data:
| Flag | What it adds |
|---|---|
includeTokensInfo=true | srcToken and dstToken metadata (symbol, name, decimals, logo) |
includeGas=true | gas — estimated gas amount |
includeRoutes=true | routes — parallel path breakdown with pools and tokens |
includeGraph=true | graph — flat list of on-chain DAG hops (mirrors the actual router execution) |
API key for authentication. Contact AKKA on Telegram to obtain your key.
Blockchain chain ID
999 999
Source token contract address. Use 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee for the native token (HYPE on HyperEVM).
^0x[a-fA-F0-9]{40}$"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
Destination token contract address.
^0x[a-fA-F0-9]{40}$"0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"
Amount to swap in the smallest unit (wei). For example, 1 HYPE = 1000000000000000000 (18 decimals).
"1000000000000000000"
Include srcToken and dstToken metadata (symbol, name, decimals, logo) in the response.
Include estimated gas amount in the response.
Include the details of the swap routes (pools, tokens, percentages) in the response.
Include the on-chain DAG step list (one entry per pool hop) under graph. Mirrors what the AkkaRouter actually executes, including fan-in/fan-out at intermediate tokens.
Override the per-chain quote policy for this request. yes forces the full graph walk (MegaQuoter); no returns the upstream pre-computed sum. Useful for benchmarking.
yes, no Quote retrieved successfully
Expected output amount in the smallest unit (wei)
"205340622987446484992"
Source token information (when includeTokensInfo=true)
Destination token information (when includeTokensInfo=true)
Swap routes (when includeRoutes=true)
Estimated gas amount (when includeGas=true)
"2419157"
On-chain DAG step list (when includeGraph=true). One entry per pool hop.