{
"currency": "USDT",
"amount": "1",
"clientOid": "e6c24d23-6bc2-401b-bf9e-55e2daddfbc1",
"direction": "OUT",
"accountType": "MAIN",
"specialUid": "226383154",
"specialAccountType": "MAIN"
}curl --location --request POST 'https://api-broker.kucoin.com/api/v1/broker/nd/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"amount": "1",
"clientOid": "e6c24d23-6bc2-401b-bf9e-55e2daddfbc1",
"direction": "OUT",
"accountType": "MAIN",
"specialUid": "226383154",
"specialAccountType": "MAIN"
}'{
"code": "200000",
"data": {
"orderId": "671b4600c1e3dd000726866d"
}
}