akka_get_quote
Obtain a swap quote from a DEX aggregator to check the expected output amount for swapping tokens on EVM chains. Input amount in wei and review before executing a trade.
Instructions
Get the best swap quote from AKKA DEX aggregator. Returns the expected output amount for swapping tokens on supported EVM chains. Use this to check prices before executing a swap. Amounts are in wei (the token's smallest unit). Use akka_list_chains to find valid chain IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID (999=HyperEVM, 1=Ethereum, 8453=Base, 42161=Arbitrum, 56=BNB Chain) | |
| src | Yes | Source token address (use 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee for native token) | |
| dst | Yes | Destination token address | |
| amount | Yes | Amount in wei (smallest unit of the source token) | |
| includeTokensInfo | No | Include token symbol/name/decimals in response | |
| includeGas | No | Include estimated gas cost |