Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

CurrencyPair.md

File metadata and controls

29 lines (20 loc) · 1.21 KB

GateApi.CurrencyPair

Properties

Name Type Description Notes
id String Currency pair [optional]
base String Base currency [optional]
quote String Quote currency [optional]
fee String Trading fee [optional]
min_base_amount String Minimum amount of base currency to trade, `null` means no limit [optional]
min_quote_amount String Minimum amount of quote currency to trade, `null` means no limit [optional]
amount_precision Number Amount scale [optional]
precision Number Price scale [optional]
trade_status 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]
sell_start Number Sell start unix timestamp in seconds [optional]
buy_start Number Buy start unix timestamp in seconds [optional]

Enum: TradeStatusEnum

  • untradable (value: "untradable")

  • buyable (value: "buyable")

  • sellable (value: "sellable")

  • tradable (value: "tradable")