List all supported currencies in flash swap
| Name | Type | Description | Notes |
|---|---|---|---|
| currency_pair | str | Currency pair, `BTC_USDT` represents selling `BTC` and buying `USDT` | [optional] [readonly] |
| sell_currency | str | Currency to sell | [optional] [readonly] |
| buy_currency | str | Currency to buy | [optional] [readonly] |
| sell_min_amount | str | Minimum sell quantity | [optional] [readonly] |
| sell_max_amount | str | Maximum sell quantity | [optional] [readonly] |
| buy_min_amount | str | Minimum buy quantity | [optional] [readonly] |
| buy_max_amount | str | Maximum buy quantity | [optional] [readonly] |