[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

FlashSwapCurrencyPair.md

File metadata and controls

17 lines (13 loc) · 1.01 KB

FlashSwapCurrencyPair

List all supported currencies in flash swap

Properties

Name Type Description Notes
currency_pair str The currency pair, BTC_USDT represents selling Bitcoin (BTC) and buying Tether (USDT). [optional] [readonly]
sell_currency str The currency to be sold [optional] [readonly]
buy_currency str The currency to be bought [optional] [readonly]
sell_min_amount str The minimum quantity required for selling [optional] [readonly]
sell_max_amount str The maximum quantity allowed for selling [optional] [readonly]
buy_min_amount str The minimum quantity required for buying [optional] [readonly]
buy_max_amount str The maximum quantity allowed for buying [optional] [readonly]

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