Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 951 Bytes

File metadata and controls

17 lines (13 loc) · 951 Bytes

FlashSwapCurrencyPair

List all supported currencies in flash swap

Properties

Name Type Description Notes
currency_pair str Currency pair, `BTC_USDT` represents selling `BTC` and buying `USDT` [optional] [readonly]
sell_currency str Currency to sell [optional] [readonly]
buy_currency str Currency to buy [optional] [readonly]
sell_min_amount str Minimum sell quantity [optional] [readonly]
sell_max_amount str Maximum sell quantity [optional] [readonly]
buy_min_amount str Minimum buy quantity [optional] [readonly]
buy_max_amount str Maximum buy quantity [optional] [readonly]

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