currency and chain are provided, the address will be created if it does not exist.curl --location --request GET 'https://api.kucoin.com/api/ua/v1/asset/deposit/address?currency=&chain'{
"code": "200000",
"data": [
{
"address": "***",
"memo": "",
"remark": "",
"chainId": "ton2",
"to": "FUNDING",
"expirationDate": 0,
"currency": "USDT",
"contractAddress": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
"chainName": "TON"
}
]
}