Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.04 KB

FlashSwapCurrencyPair.md

File metadata and controls

20 lines (15 loc) · 1.04 KB

Io.Gate.GateApi.Model.FlashSwapCurrencyPair

List all supported currencies in flash swap

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]