Get Savings Products
GET
/api/v1/earn/saving/products:::info[Description]
This endpoint can get available savings products. If no products are available, an empty list is returned.
:::
Request
currency
Request samples
Responses
Product ID
currency
Product category: DEMAND (savings)
Product subtype: TIME (fixed), DEMAND (demand)
Maximum precision supported
Products total subscribe amount
Products remain subscribe amount
Max user subscribe amount
Min user subscribe amount
Redemption waiting period (days)
Product earliest interest start time, in milliseconds
Product maturity time, in milliseconds
Subscription start time, in milliseconds
Subscription end time, in milliseconds
Annualized Rate of Return, for example, 0.035 is equal to 3.5% annualized rate of return
Income currency
Whether the fixed product supports early redemption: 0 (no), 1 (yes)
Product status: ONGOING(Subscription in progress), PENDING(Preheating Subscription), FULL(Subscribed), INTERESTING (Interest in progress)
Redemption channel: MANUAL (manual redemption), TRANS_DEMAND (transfer to corresponding demand product upon maturity), AUTO (redeem to funding account upon maturity)
Income release type: DAILY (daily release), AFTER (release after product ends)
Most recent interest date(millisecond)
Product duration (days)
Whether the product is exclusive for new users: 0 (no), 1 (yes)
{
"code": "200000",
"data": [
{
"id": "2172",
"currency": "BTC",
"category": "DEMAND",
"type": "DEMAND",
"precision": 8,
"productUpperLimit": "480",
"productRemainAmount": "132.36153083",
"userUpperLimit": "20",
"userLowerLimit": "0.01",
"redeemPeriod": 0,
"lockStartTime": 1644807600000,
"lockEndTime": null,
"applyStartTime": 1644807600000,
"applyEndTime": null,
"returnRate": "0.00047208",
"incomeCurrency": "BTC",
"earlyRedeemSupported": 0,
"status": "ONGOING",
"redeemType": "MANUAL",
"incomeReleaseType": "DAILY",
"interestDate": 1729267200000,
"duration": 0,
"newUserOnly": 0
}
]
}