Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

FlashSwapPreviewRequest.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

Io.Gate.GateApi.Model.FlashSwapPreviewRequest

Parameters of flash swap order creation

Properties

Name Type Description Notes
SellCurrency string The name of the asset being sold, as obtained from the "GET /flash_swap/currency_pairs" API, which retrieves a list of supported flash swap currency pairs.
SellAmount string Amount to sell. It is required to choose one parameter between `sell_amount` and `buy_amount` [optional]
BuyCurrency string The name of the asset being purchased, as obtained from the "GET /flash_swap/currency_pairs" API, which provides a list of supported flash swap currency pairs.
BuyAmount string Amount to buy. It is required to choose one parameter between `sell_amount` and `buy_amount` [optional]

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