USDT or BTC; chain values use lowercase blockchain network identifiers, such as trx or kcc. When both currency and chain are provided, the deposit address for that blockchain network is returned and may be created if it does not already exist. If only currency is provided and no address is available, the returned list is empty.curl --location --request GET 'https://api.kucoin.com/api/ua/v2/asset/deposit/address?chain=trx¤cy=USDT'{
"code": "200000",
"data": [
{
"address": "TLyiW7gFiykd2AK8qMui959d3rhcbyWrjZ",
"memo": null,
"remark": null,
"chain": "trx",
"expirationDate": 0,
"currency": "USDT",
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
"chainName": "TRC20",
"toAccountType": "FUNDING"
}
]
}