curl --location --request GET 'https://api.kucoin.com/api/ua/v1/asset/transfer/status?transferId'{
"code": "200000",
"data": [
{
"transferId": "6a5df3cd3007b0000138e6ec",
"status": "SUCCESS",
"currency": "USDT",
"amount": "11.052",
"fromUid": "87957515",
"fromAccountType": "FUNDING",
"fromTag": "DEFAULT",
"toUid": "249229033",
"toAccountType": "SPOT",
"toTag": "DEFAULT"
},
{
"transferId": "6a4e4f5875a152000153cfbe",
"status": "SUCCESS",
"currency": "USDT",
"amount": "11.54230918",
"fromUid": "255211349",
"fromAccountType": "FUTURES",
"fromTag": "DEFAULT",
"toUid": "87957515",
"toAccountType": "FUNDING",
"toTag": "DEFAULT"
}
]
}