Kucoin Earn
Get Earn Savings Products
This endpoint retrieves savings products. If no savings products are available, an empty list is returned.
HTTP REQUEST
GET /api/v1/earn/saving/products
Example
GET /api/v1/earn/saving/products?currency=USDT
{
"code": "200000",
"data": [
{
"id": "2169",
"currency": "USDT",
"category": "DEMAND",
"type": "DEMAND",
"precision": 8,
"productUpperLimit": "10000000000000000.00000000000000000000",
"userUpperLimit": "500000000000.00000000000000000000",
"userLowerLimit": "0.00000001000000000000",
"redeemPeriod": 0,
"lockStartTime": 1685635200000,
"lockEndTime": null,
"applyStartTime": 1685635200000,
"applyEndTime": null,
"returnRate": "0.50000000",
"incomeCurrency": "USDT",
"earlyRedeemSupported": 0,
"productRemainAmount": "9999999997600237.46703674000000000000",
"status": "ONGOING",
"redeemType": "MANUAL",
"incomeReleaseType": "DAILY",
"interestDate": 1716998400000,
"duration": 0,
"newUserOnly": 0
}
]
}
API KEY PERMISSIONS
This endpoint requires general permission.
REQUEST URL
This endpoint supports Spot URL.
REQUEST RATE LIMIT
Earn weight: 5
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
currency | String | No | Subscription currency |
RESPONSES
Param | Description |
---|---|
id | Product ID |
currency | Subscription currency |
category | Product category: DEMAND (savings) |
type | Product subtype: TIME (fixed), DEMAND (demand) |
precision | Maximum precision supported |
productUpperLimit | Total product limit |
userUpperLimit | Maximum subscription limit per user |
userLowerLimit | Minimum subscription limit per user |
redeemPeriod | Redemption waiting period (days) |
lockStartTime | Product earliest interest start time, in milliseconds |
lockEndTime | Product maturity time, in milliseconds |
applyStartTime | Subscription start time, in milliseconds |
applyEndTime | Subscription end time, in milliseconds |
returnRate | Annual interest rate, raw value, not multiplied by 100 |
incomeCurrency | Income currency |
earlyRedeemSupported | Whether the fixed product supports early redemption: 0 (no), 1 (yes) |
productRemainAmount | Remaining product limit |
status | Product status: ONGOING (ongoing), PENDING (pending), FULL (full), INTERESTING (interest in progress) |
redeemType | Redemption channel: MANUAL (manual redemption), TRANS_DEMAND (transfer to corresponding demand product upon maturity), AUTO (redeem to funding account upon maturity) |
incomeReleaseType | Income release type: DAILY (daily release), AFTER (release after product ends) |
interestDate | Most recent interest date |
duration | Product duration (days) |
newUserOnly | Whether the product is exclusive for new users: 0 (no), 1 (yes) |