Transfer to Main or TRADE Account
The amount to be transferred will be deducted from the KuCoin Futures Account. Please ensure that you have sufficient funds in your KuCoin Futures Account, or the transfer will fail.
HTTP REQUEST
POST /api/v3/transfer-out
Example
POST /api/v3/transfer-out
{
"applyId": "620a0bbefeaa6a000110e833", //Transfer-out request ID
"bizNo": "620a0bbefeaa6a000110e832", //Business number
"payAccountType": "CONTRACT", //Pay account type
"payTag": "DEFAULT", //Pay account sub type
"remark": "", //User remark
"recAccountType": "MAIN", //Receive account type
"recTag": "DEFAULT", //Receive account sub type
"recRemark": "", //Receive account tx remark
"recSystem": "KUCOIN", //Receive system
"status": "PROCESSING", //Status
"currency": "USDT", //Currency
"amount": "0.001", //Transfer amout
"fee": "0", //Transfer fee
"sn": 889048787670001, //Serial number
"reason": "", //Fail Reason
"createdAt": 1644825534000, //Create time
"updatedAt": 1644825534000 //Update time
}
API KEY PERMISSIONS
This endpoint requires the Futures Trading permission.
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
amount | Number | Yes | Amount to be transfered out, the maximum cannot exceed 1000000000 |
currency | String | Yes | Currency, including XBT,USDT |
recAccountType | String | Yes | Receive account type, including MAIN,TRADE |
RESPONSES
Param | Description |
---|---|
applyId | Transfer-out request ID |
bizNo | Business number |
payAccountType | Pay account type |
payTag | Pay account sub type |
remark | User remark |
recAccountType | Receive account type |
recTag | Receive account sub type |
recRemark | Receive account tx remark |
recSystem | Receive system |
status | Status:APPLY, PROCESSING, PENDING_APPROVAL, APPROVED, REJECTED, PENDING_CANCEL, CANCEL, SUCCESS |
currency | Currency |
amount | Transfer amout |
fee | Transfer fee |
sn | Serial number |
reason | Fail Reason |
createdAt | Create time |
updatedAt | Update time |