获取活期产品持仓(USER_DATA)
接口描述
获取活期产品持仓
HTTP请求
GET /sapi/v1/simple-earn/flexible/position
请求权重(IP)
150
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
asset | STRING | NO | |
productId | STRING | NO | |
current | LONG | NO | 当前查询页。 开始值 1,默认:1 |
size | LONG | NO | 默认:10,最大:100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
响应示例
{
"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
}