Skip to main content

ExchangeInfo

inputTokenstring

Input token contract address. Omit for the native token.

inputAmountstringrequired

Amount in the token's smallest unit (e.g. wei). EVM decimals 18, TON 9.

Example: 50000000000000000000
isFixedTokenboolean
ExchangeInfo
{
"inputToken": "string",
"inputAmount": "50000000000000000000",
"isFixedToken": true
}