Skip to main content

Sub Account Transfer(Futures)

Sub Account Transfer(FUTURES)

POST /sapi/v1/broker/transfer/futures

Parameters:

NameTypeMandatoryDescription
fromIdSTRINGNO
toIdSTRINGNO
futuresTypeLONGYES1:USDT Futures,2: COIN Futures
assetSTRINGYES
amountDECIMALYES
clientTranIdSTRINGNOThe max length is 32 characters
recvWindowLONGNO
timestampLONGYES

Caution:

  • You need to enable "internal transfer" option for the api key which requests this endpoint.
  • Transfer from master account if fromId not sent.
  • Transfer to master account if toId not sent.
  • Each master account could transfer 5000 times/min

Response:

{
"success":true,
"txnId":"2966662589",
"clientTranId":"a123"
}