Get Earn ETH Staking Products
This endpoint retrieves ETH Staking products. If no ETH Staking products are available, an empty list is returned.
HTTP REQUEST
GET /api/v1/earn/eth-staking/products
Example
GET /api/v1/earn/eth-staking/products
{
"code": "200000",
"data": [
{
"id": "ETH2",
"category": "ETH2",
"type": "DEMAND",
"precision": 8,
"currency": "ETH",
"incomeCurrency": "ETH2",
"returnRate": "0.0001",
"userLowerLimit": "0.00000001",
"userUpperLimit": "999796823.09898783",
"productUpperLimit": "999796823.09898783",
"productRemainAmount": "999796823.09898783",
"redeemPeriod": 3,
"redeemType": "MANUAL",
"incomeReleaseType": "DAILY",
"applyStartTime": 1716963575000,
"applyEndTime": null,
"lockStartTime": 1716963575000,
"lockEndTime": null,
"interestDate": 1716998400000,
"newUserOnly": 0,
"earlyRedeemSupported": 0,
"duration": 0,
"status": "ONGOING"
}
]
}
API KEY Permissions
This endpoint requires general permission.
REQUEST URL
This endpoint supports Spot URL.
REQUEST RATE LIMIT
Earn weight: 5
PARAMETERS
None
RESPONSES
Param | Description |
---|---|
id | Product ID |
currency | Subscription currency |
category | Product category: ETH2 (ETH Staking) |
type | Product subtype: 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) |