Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.69 KB

CurrencyPair.md

File metadata and controls

29 lines (24 loc) · 1.69 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 Transaction currency name [optional]
Quote string Quote currency [optional]
QuoteName string Name of the denominated currency [optional]
Fee string Trading fee [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 How currency pair can be traded - untradable: cannot be bought or sold - buyable: can be bought - sellable: can be sold - tradable: can be bought or sold [optional]
SellStart long Sell start unix timestamp in seconds [optional]
BuyStart long Buy start unix timestamp in seconds [optional]
Type string Trading pair type, normal: normal, premarket: pre-market [optional]

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