curl --location --request GET 'https://api.kucoin.com/api/ua/v1/asset/transfer/status?transferId'{
"code": "200000",
"data": [
{
"transferId": "6a20257de32c4f00075df5a41",
"status": "SUCCESS",
"currency": "USDT",
"amount": "100",
"fromUid": "879575150",
"fromAccountType": "FUNDING",
"fromTag": "DEFAULT",
"toUid": "879575150",
"toAccountType": "UNIFIED",
"toTag": "DEFAULT"
}
]
}