Skip to main content

User Universal Transfer

HTTP Request

  • POST /api/v3/capital/transfer

Required Permission: SPOT_TRANSFER_WRITE

Weight(IP): 50

Request Parameters

NameTypeMandatoryDescription
fromAccountTypestringYESfromAccountType:"SPOT","FUTURES","OTC"
toAccountTypestringYEStoAccountType:"SPOT","FUTURES","OTC"
assetstringYESasset
amountstringYESamount
timestampstringYEStimestamp
signaturestringYESsignature

Response Parameters

NameDescription
tranIdtranId

Response

[
{
"tranId": "c45d800a47ba4cbc876a5cd29388319"
}
]