Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 942 Bytes

FlashSwapOrderRequest.md

File metadata and controls

15 lines (11 loc) · 942 Bytes

FlashSwapOrderRequest

Parameters of flash swap order creation

Properties

Name Type Description Notes
preview_id str Preview result ID
sell_currency str 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.
sell_amount str Amount to sell (based on the preview result)
buy_currency str 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.
buy_amount str Amount to buy (based on the preview result)

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