dex_get_swap_quote
Calculate the expected output amount for a token swap on a VeChain DEX. Provide DEX name, input token, output token, and amount to get an accurate quote.
Instructions
Get a quote for token swap on a VeChain DEX (calculates expected output amount)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dexName | Yes | DEX name (e.g., veswap, betterswap, vexchange-v2) | |
| toToken | Yes | Output token symbol or address | |
| amountIn | Yes | Amount to swap (decimal string) | |
| fromToken | Yes | Input token symbol or address |