Hedera: hederaTokensSwapQuote
hederaTokensSwapQuoteCalculate swap quotes for Hedera tokens using current USD prices. Choose exact input or output amounts to determine the swap value.
Instructions
Get current USD price and swap quote for Hedera tokens. ALWAYS fetch fresh - crypto prices change every second. Supports exact input (spend X) and exact output (receive Y) modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromTokenId | Yes | Token to swap from (0.0.000000 for HBAR) | |
| toTokenId | Yes | Token to swap to | |
| fromTokenDecimals | Yes | Decimals of from token | |
| toTokenDecimals | Yes | Decimals of to token | |
| amount | No | Amount to swap (for exact input mode) | |
| exactOutputAmount | No | Exact output amount (for exact output mode) | |
| isExactOutput | No | True for exact output mode |