{
"clientOid": "1234567navisduhfp8iuyy121",
"currency": "USDT",
"amount": "0.01",
"type": "0",
"fromAccountType": "SPOT",
"toAccountType": "UNIFIED"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/account/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOid": "1234567navisduhfp8iuyy121",
"currency": "USDT",
"amount": "0.01",
"type": "0",
"fromAccountType": "SPOT",
"toAccountType": "UNIFIED"
}'{
"code": "200000",
"data": {
"clientOid": "1234567",
"orderId": "6997ffb0f323620007166c0d"
}
}