chain value returned by the V2 currency endpoints.curl --location --request GET 'https://api.kucoin.com/api/ua/v2/withdrawals/quotas?chain=trx¤cy=USDT&isInner=false&withdrawType=ADDRESS'{
"code": "200000",
"data": {
"currency": "USDT",
"limitBTCAmount": "0.48780487",
"usedBTCAmount": "0.00000000",
"quotaCurrency": "USDT",
"limitQuotaCurrencyAmount": "25000.00000000",
"usedQuotaCurrencyAmount": "0",
"withdrawMinSize": "0",
"isWithdrawEnabled": true,
"precision": 6,
"chainName": "TRC20",
"chain": "trx",
"reason": null,
"lockedAmount": "0",
"remainingQuotaAmount": "25000.000000",
"availableWithdrawAmount": "488942.00000108",
"minWithdrawFee": "0",
"minInnerWithdrawFee": "0"
}
}