{
"currency": "USDT",
"amount": 0.01,
"recAccountType": "MAIN"
}curl --location --request POST 'https://api-futures.kucoin.com/api/v3/transfer-out' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"amount": 0.01,
"recAccountType": "MAIN"
}'{
"code": "200000",
"data": {
"applyId": "670bf84c577f6c00017a1c48",
"bizNo": "670bf84c577f6c00017a1c47",
"payAccountType": "CONTRACT",
"payTag": "DEFAULT",
"remark": "",
"recAccountType": "MAIN",
"recTag": "DEFAULT",
"recRemark": "",
"recSystem": "KUCOIN",
"status": "PROCESSING",
"currency": "USDT",
"amount": "0.01",
"fee": "0",
"sn": 1519769124134806,
"reason": "",
"createdAt": 1728837708000,
"updatedAt": 1728837708000
}
}