Simple Earn
Get Locked Product Position (USER_DATA)
Weight(IP): 150
get/sapi/v1/simple-earn/locked/position
Query parameters
assetstring
positionIdstring
projectIdstring
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Locked Product Position
Example response
{
"rows": [
{
"positionId": "123123",
"parentPositionId": "123122",
"projectId": "Axs*90",
"asset": "AXS",
"amount": "122.09202928",
"purchaseTime": "1646182276000",
"duration": "60",
"accrualDays": "4",
"rewardAsset": "AXS",
"APY": "0.23",
"rewardAmt": "5.17181528",
"extraRewardAsset": "BNB",
"extraRewardAPR": "0.0203",
"estExtraRewardAmt": "5.17181528",
"nextPay": "1.29295383",
"nextPayDate": "1646697600000",
"payPeriod": "1",
"redeemAmountEarly": "2802.24068892",
"rewardsEndDate": "1651449600000",
"deliverDate": "1651536000000",
"redeemPeriod": "1",
"redeemingAmt": "232.2323",
"redeemTo": "FLEXIBLE",
"partialAmtDeliverDate": "1651536000000",
"canRedeemEarly": true,
"canFastRedemption": true,
"autoSubscribe": true,
"type": "AUTO",
"status": "HOLDING",
"canReStake": true
}
],
"total": 1
}