Parameters of flash swap order creation
Name | Type | Description | Notes |
---|---|---|---|
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. It is required to choose one parameter between `sell_amount` and `buy_amount` | [optional] |
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. It is required to choose one parameter between `sell_amount` and `buy_amount` | [optional] |