跳到主要内容

Sub Account Transfer(spot)

Sub Account Transfer(SPOT)

POST /sapi/v1/broker/transfer

Parameters:

NameTypeMandatoryDescription
fromIdSTRINGNO
toIdSTRINGNO
clientTranIdSTRINGNOclient transfer id, must be unique. The max length is 32 characters
assetSTRINGYES
amountDECIMALYES
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.

Response:

{
"txnId":"2966662589",
"clientTranId":"abc"
}