Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 918 Bytes

File metadata and controls

17 lines (12 loc) · 918 Bytes

FlashSwapCurrencyPair

Properties

Name Type Description Notes
CurrencyPair string Currency pair, `BTC_USDT` represents selling `BTC` and buying `USDT` [optional] [readonly]
SellCurrency string Currency to sell [optional] [readonly]
BuyCurrency string Currency to buy [optional] [readonly]
SellMinAmount string Minimum sell quantity [optional] [readonly]
SellMaxAmount string Maximum sell quantity [optional] [readonly]
BuyMinAmount string Minimum buy quantity [optional] [readonly]
BuyMaxAmount string Maximum buy quantity [optional] [readonly]

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