{
"currency": "TON",
"chain": "ton",
"to": "trade"
}curl --location --request POST 'https://api.kucoin.com/api/v3/deposit-address/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "TON",
"chain": "ton",
"to": "trade"
}'{
"code": "200000",
"data": {
"address": "***",
"memo": null,
"remark": null,
"chainId": "aptos",
"to": "TRADE",
"expirationDate": 0,
"currency": "USDT",
"chainName": "APT"
}
}