curl --location --request GET 'https://api.kucoin.com/api/v1/withdrawals/quotas?currency=&chain'{
"code": "200000",
"data": {
"currency": "BTC",
"limitBTCAmount": "15.79590095",
"usedBTCAmount": "0.00000000",
"quotaCurrency": "USDT",
"limitQuotaCurrencyAmount": "999999.00000000",
"usedQuotaCurrencyAmount": "0",
"remainAmount": "15.79590095",
"availableAmount": "0",
"withdrawMinFee": "0.0005",
"innerWithdrawMinFee": "0",
"withdrawMinSize": "0.001",
"isWithdrawEnabled": true,
"precision": 8,
"chain": "BTC",
"reason": null,
"lockedAmount": "0"
}
}