Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 860 Bytes

File metadata and controls

15 lines (11 loc) · 860 Bytes

FlashSwapOrderRequest

Parameters of flash swap order creation

Properties

Name Type Description Notes
preview_id str Preview result ID
sell_currency str 卖出的资产名称, 根据接口`查询支持闪兑的所有交易对列表 GET /flash_swap/currency_pairs`获取
sell_amount str Amount to sell (based on the preview result)
buy_currency str 买入的资产名称, 根据接口`查询支持闪兑的所有交易对列表 GET /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]