Skip to main content

Futures Transfer for Link Sub-account (For Master Account) (USER_DATA)

API Description

Futures Transfer for Link Sub-account

HTTP Request

POST /sapi/v1/broker/futures/accountTransfer

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
subAccountIdLONGYES
assetSTRINGYESThe asset being transferred, e.g., USDT
amountDECIMALYESThe amount to be transferred
typeINTYES1: transfer from subaccount's spot account to its USDT-margined futures account 2: transfer from subaccount's USDT-margined futures account to its spot account 3: transfer from subaccount's spot account to its COIN-margined futures account 4:transfer from subaccount's COIN-margined futures account to its spot account
recvWindowLONGNO
timestampLONGYES
  • You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.

Response Example

{
"txnId":"2966662589"
}