Hedera: hederaTokensSwapQuote
hederaTokensSwapQuoteGet 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 |
|---|---|---|---|
| amount | No | Amount to swap (for exact input mode) | |
| toTokenId | Yes | Token to swap to | |
| fromTokenId | Yes | Token to swap from (0.0.000000 for HBAR) | |
| isExactOutput | No | True for exact output mode | |
| toTokenDecimals | Yes | Decimals of to token | |
| exactOutputAmount | No | Exact output amount (for exact output mode) | |
| fromTokenDecimals | Yes | Decimals of from token |