{
"clientOid": "1234567navisduhfp8iuyy121",
"currency": "USDT",
"amount": "0.01",
"type": "0",
"fromAccountType": "FUNDING",
"toAccountType": "TRADING"
}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": "FUNDING",
"toAccountType": "TRADING"
}'{
"code": "200000",
"data": {
"clientOid": "1234567navisduhfp8iuyy121",
"orderId": "68c7dce30e5d370007bd4793"
}
}