{
"clientOid": "d50a79c0-b94c-4c3d-81b7-c08114021025",
"transferType": "INTERNAL",
"currency": "USDT",
"amount": "0.000001",
"fromAccountType": "FUNDING",
"fromAccountTag": "DEFAULT",
"toAccountType": "SPOT",
"toAccountTag": "DEFAULT"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v2/account/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOid": "d50a79c0-b94c-4c3d-81b7-c08114021025",
"transferType": "INTERNAL",
"currency": "USDT",
"amount": "0.000001",
"fromAccountType": "FUNDING",
"fromAccountTag": "DEFAULT",
"toAccountType": "SPOT",
"toAccountTag": "DEFAULT"
}'{
"code": "200000",
"data": {
"orderId": "6a688592584f6c000797c0b9",
"clientOid": "internal-20260811-001"
}
}