Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.46 KB

File metadata and controls

37 lines (32 loc) · 2.46 KB

Io.Gate.GateApi.Model.CurrencyPair

Spot currency pair

Properties

Name Type Description Notes
Id string Currency pair [optional]
Base string Base currency [optional]
BaseName string Base currency name [optional]
Quote string Quote currency [optional]
QuoteName string Quote currency name [optional]
Fee string Trading fee rate(deprecated) [optional]
MinBaseAmount string Minimum amount of base currency to trade, `null` means no limit [optional]
MinQuoteAmount string Minimum amount of quote currency to trade, `null` means no limit [optional]
MaxBaseAmount string Maximum amount of base currency to trade, `null` means no limit [optional]
MaxQuoteAmount string Maximum amount of quote currency to trade, `null` means no limit [optional]
AmountPrecision int Amount scale [optional]
Precision int Price scale [optional]
TradeStatus string Trading status - untradable: cannot be traded - buyable: can be bought - sellable: can be sold - tradable: can be bought and sold [optional]
SellStart long Sell start unix timestamp in seconds [optional]
BuyStart long Buy start unix timestamp in seconds [optional]
DelistingTime long Expected time to remove the shelves, Unix timestamp in seconds [optional]
Type string Trading pair type, normal: normal, premarket: pre-market [optional]
TradeUrl string Transaction link [optional]
StTag bool Whether the trading pair is in ST risk assessment, false - No, true - Yes [optional]
UpRate string Maximum Quote Rise Percentage [optional]
DownRate string Maximum Quote Decline Percentage [optional]
Slippage string Maximum supported slippage ratio for Spot Market Order Placement, calculated based on the latest market price at the time of order placement as the benchmark (Example: 0.03 means 3%) [optional]
MarketOrderMaxStock string Maximum Market Order Quantity [optional]
MarketOrderMaxMoney string Maximum Market Order Amount [optional]

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