List all supported currencies in flash swap
| Name | Type | Description | Notes |
|---|---|---|---|
| currency_pair | str | The currency pair, BTC_USDT represents selling Bitcoin (BTC) and buying Tether (USDT). | [optional] [readonly] |
| sell_currency | str | The currency to be sold | [optional] [readonly] |
| buy_currency | str | The currency to be bought | [optional] [readonly] |
| sell_min_amount | str | The minimum quantity required for selling | [optional] [readonly] |
| sell_max_amount | str | The maximum quantity allowed for selling | [optional] [readonly] |
| buy_min_amount | str | The minimum quantity required for buying | [optional] [readonly] |
| buy_max_amount | str | The maximum quantity allowed for buying | [optional] [readonly] |