Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 981 Bytes

FlashSwapOrderRequest.md

File metadata and controls

13 lines (10 loc) · 981 Bytes

# FlashSwapOrderRequest

Properties

Name Type Description Notes
preview_id string Preview result ID [optional]
sell_currency string Currency to sell which can be retrieved from supported currency list API `GET /flash_swap/currencies`
sell_amount string Amount to sell. It is required to choose one parameter between `sell_amount` and `buy_amount` [optional]
buy_currency string Currency to buy which can be retrieved from supported currency list API `GET /flash_swap/currencies`
buy_amount 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]