Transfer to Futures Account

The amount to be transferred will be deducted from the payAccount. Please ensure that you have sufficient funds in your payAccount Account, or the transfer will fail.

HTTP REQUEST

POST /api/v1/transfer-in

Example

POST /api/v1/transfer-in

{
  "code": "200", //If the code is 200, it means the transfer is successful, otherwise it means failure.
  "msg": "",
  "retry": true,
  "success": true
}
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
currency String Yes Currency, including XBT,USDT
payAccountType String Yes Payment account type, including MAIN,TRADE

If the code is 200, it means the transfer is successful, otherwise it means failure.