RangeAmounts
Amount triplet returned by all range endpoints.
amountInnumberrequired
Amount in the input asset units
Example:
1.5amountOutnumberrequired
Amount in the output asset units
Example:
1.2amountUSDnumberrequired
Amount in USD
Example:
3000RangeAmounts
{
"amountIn": 1.5,
"amountOut": 1.2,
"amountUSD": 3000
}