Skip to main content

Universal Transfer

HTTP Request

  • POST /api/v3/capital/sub-account/universalTransfer

Required Permission: SPOT_TRANSFER_WRITE

Weight(IP): 50

Request Parameters

NameTypeMandatoryDescription
clientTranIdstringNO32-character alphanumeric string
fromAccountstringNOTransfer from master account by default if fromAccount is not sent
toAccountstringNOTransfer to master account by default if toAccount is not sent
fromAccountTypestringYESfromAccountType:"SPOT","FUTURES"
toAccountTypestringYEStoAccountType:"SPOT","FUTURES"
assetstringYESasset,eg:USDT
amountstringYESamount,eg:1.82938475
timestampstringYEStimestamp
signaturestringYESsign

Response Parameters

NameTypeDescription
tranIdstringtransfer ID

Response

 {
"tranId":11945860693
}