Wallet
Convert Transfer (USER_DATA)
Convert transfer, convert between BUSD and stablecoins. If the clientId has been used before, will not do the convert transfer, the original transfer will be returned.
Weight(UID): 5
post/sapi/v1/asset/convert-transfer
Query parameters
clientTranIdstring required
The unique flag, the min length is 20
assetstring required
Example:BTC
amountnumber double required
targetAssetstring required
Example:BNB
Target asset you want to convert
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Conversion Information
Example response
{
"tranId": 118263407119,
"status": "S"
}