查询赚币活期产品列表(USER_DATA)
接口描述
查询赚币活期产品列表
HTTP请求
GET /sapi/v1/simple-earn/flexible/list
请求权重(IP)
150
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
asset | STRING | NO | |
current | LONG | NO | 当前查询页。 开始值 1,默认:1 |
size | LONG | NO | 默认:10,最大:100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
响应示例
{
"rows": [
{
"asset": "BTC",
"latestAnnualPercentageRate": "0.05000000", // 实时年化收益率
"tierAnnualPercentageRate": { // 额外分级年化收益率
"0-5BTC": 0.05,
"5-10BTC": 0.03
},
"airDropPercentageRate": "0.05000000", // 空投年利率
"canPurchase": true,
"canRedeem": true,
"isSoldOut": true,
"hot": true, // 是否热推
"minPurchaseAmount": "0.01000000",
"productId": "BTC001",
"subscriptionStartTime": "1646182276000",
"status": "PURCHASING" // 预热,申购中,申购结束
}
],
"total": 1
}