跳到主要内容

获取活期产品持仓(USER_DATA)

接口描述

获取活期产品持仓

HTTP请求

GET /sapi/v1/simple-earn/flexible/position

请求权重(IP)

150

请求参数

名称类型是否必需描述
assetSTRINGNO
productIdSTRINGNO
currentLONGNO当前查询页。 开始值 1,默认:1
sizeLONGNO默认:10,最大:100
recvWindowLONGNO
timestampLONGYES

响应示例

{
"rows": [
{
"totalAmount": "75.46000000",
"tierAnnualPercentageRate": {
"0-5BTC": 0.05,
"5-10BTC": 0.03
},
"latestAnnualPercentageRate": "0.02599895",
"yesterdayAirdropPercentageRate": "0.02599895",
"asset": "USDT",
"airDropAsset": "BETH",
"canRedeem": true,
"collateralAmount": "232.23123213",
"productId": "USDT001",
"yesterdayRealTimeRewards": "0.10293829",
"cumulativeBonusRewards": "0.22759183",
"cumulativeRealTimeRewards": "0.22759183",
"cumulativeTotalRewards": "0.45459183",
"autoSubscribe": true
}
],
"total": 1
}