Quote Response
| Name | Type | Description | Notes |
|---|---|---|---|
| QuoteId | string | Quote ID for order placement, valid for 1 minute | [optional] |
| MinAmount | string | Minimum order size | [optional] |
| MaxAmount | string | Maximum order size | [optional] |
| Price | string | Token Price (USDT-based) | [optional] |
| Slippage | string | Slippage | [optional] |
| EstimateGasFeeAmountUsdt | string | Estimated Gas Fee (USDT-based) | [optional] |
| OrderFee | string | Trading fee | [optional] |
| TargetTokenMinAmount | string | Minimum received amount | [optional] |
| TargetTokenMaxAmount | string | Maximum received amount | [optional] |
| ErrorType | int | Failure Type - `0` : Success - `1` : Exceeds maximum value - `2` : Below minimum value | [optional] |