Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 908 Bytes

File metadata and controls

14 lines (11 loc) · 908 Bytes

FlashSwapCurrencyPair

Properties

Name Type Description Notes
currencyPair string Currency pair, `BTC_USDT` represents selling `BTC` and buying `USDT` [optional] [readonly] [default to undefined]
sellCurrency string Currency to sell [optional] [readonly] [default to undefined]
buyCurrency string Currency to buy [optional] [readonly] [default to undefined]
sellMinAmount string Minimum sell quantity [optional] [readonly] [default to undefined]
sellMaxAmount string Maximum sell quantity [optional] [readonly] [default to undefined]
buyMinAmount string Minimum buy quantity [optional] [readonly] [default to undefined]
buyMaxAmount string Maximum buy quantity [optional] [readonly] [default to undefined]