跳到主要内容

统一账户BFUSD赎回(TRADE)

接口描述

BFUSD赎回,支持所有的统一账户类型

HTTP请求

POST /sapi/v1/portfolio/redeem

请求权重(UID)

1500

请求参数

NameTypeMandatoryDescription
fromAssetSTRINGYES只支持BFUSD
targetAssetSTRINGYES只支持USDT
amountDECIMALYES
recvWindowLONGNO
timestampLONGYES

响应示例

{
"fromAsset": "BFUSD",
"targetAsset": "USDT",
"fromAssetQty": 9.99800001,
"targetAssetQty": 9.996000409998,
"rate": 0.9998
}