Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 900 Bytes

File metadata and controls

15 lines (11 loc) · 900 Bytes

FlashSwapOrderRequest

Parameters of flash swap order creation

Properties

Name Type Description Notes
preview_id str Preview result ID
sell_currency str Name of the asset to be sold, obtained from the interface GET /flash_swap/currency_pairs: Query the list of all trading pairs supporting flash swap
sell_amount str Amount to sell (based on the preview result)
buy_currency str Name of the asset to be bought, obtained from the interface GET /flash_swap/currency_pairs: Query the list of all trading pairs supporting flash swap
buy_amount str Amount to buy (based on the preview result)

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