Skip to main content

Universal Transfer

Universal Transfer

POST /sapi/v1/broker/universalTransfer

Parameters:

NameTypeMandatoryDescription
fromIdSTRINGNO
toIdSTRINGNO
fromAccountTypeSTRINGYESSPOT,USDT_FUTURE,COIN_FUTURE
toAccountTypeSTRINGYESSPOT,USDT_FUTURE,COIN_FUTURE
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.
  • Transfer between futures acount is not supported.

Response:

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