Get On-chain Yields Locked Product List (USER_DATA)
API Description
Get available On-chain Yields Locked product list
HTTP Request
GET /sapi/v1/onchain-yields/locked/list
Request Weight(IP)
50
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
asset | STRING | NO | |
current | LONG | NO | Currently querying page. Start from 1. Default:1 |
size | LONG | NO | Default:10, Max:100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- Get available On-chain Yields Locked product list
Response Example
{
"rows": [
{
"projectId": "Solv-60d",
"detail": {
"asset":"BTC", //Lock up asset
"rewardAsset":"SOLV", //Earn Asset
"duration":60, //Lock period(days)
"renewable":true, //Project supports renewal (auto-subscribe when maturity)
"isSoldOut":true,
"apr": "0.039" // 0.039 stands for 3.9%
"status": "PREHEATING", // PREHEATING,PURCHASING
"subscriptionStartTime": 1646182276000,
"canRedeemToFlex":true // Whether redemption to simple earn flexible is supported.
},
"quota": {
"totalPersonalQuota":"2", //Total Personal quota
"minimum":"0.001" //Minimum amount per order
}
}
],
"total": 1
}