curl --location --request GET 'https://api.kucoin.com/api/v1/convert/symbol?fromCurrency=BTC&toCurrency=USDT&orderType=MARKET'{
"code": "200000",
"data": {
"fromCurrency": "BTC",
"toCurrency": "USDT",
"fromCurrencyMaxSize": "10",
"fromCurrencyMinSize": "0.000001",
"fromCurrencyStep": "0.00000001",
"toCurrencyMaxSize": "900000",
"toCurrencyMinSize": "0.01",
"toCurrencyStep": "0.00000001"
}
}