Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

File metadata and controls

23 lines (18 loc) · 1.09 KB

Io.Gate.GateApi.Model.QuoteResponse

Quote Response

Properties

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]

[Back to Model list] [Back to API list] [Back to README]