Quote Response
| Name | Type | Description | Notes |
|---|---|---|---|
| quote_id | str | Quote ID for order placement, valid for 1 minute | [optional] |
| min_amount | str | Minimum order size | [optional] |
| max_amount | str | Maximum order size | [optional] |
| price | str | Token Price (USDT-based) | [optional] |
| slippage | str | Slippage | [optional] |
| estimate_gas_fee_amount_usdt | str | Estimated Gas Fee (USDT-based) | [optional] |
| order_fee | str | Trading fee | [optional] |
| target_token_min_amount | str | Minimum received amount | [optional] |
| target_token_max_amount | str | Maximum received amount | [optional] |
| error_type | int | Failure Type - `0` : Success - `1` : Exceeds maximum value - `2` : Below minimum value | [optional] |