Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1001 Bytes

FlashSwapCurrencyPair.md

File metadata and controls

17 lines (12 loc) · 1001 Bytes

FlashSwapCurrencyPair

Properties

Name Type Description Notes
CurrencyPair string The currency pair, BTC_USDT represents selling Bitcoin (BTC) and buying Tether (USDT). [optional] [readonly]
SellCurrency string The currency to be sold [optional] [readonly]
BuyCurrency string The currency to be bought [optional] [readonly]
SellMinAmount string The minimum quantity required for selling [optional] [readonly]
SellMaxAmount string The maximum quantity allowed for selling [optional] [readonly]
BuyMinAmount string The minimum quantity required for buying [optional] [readonly]
BuyMaxAmount string The maximum quantity allowed for buying [optional] [readonly]

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