Simple Earn
Get Simple Earn Flexible Product List (USER_DATA)
Get available Simple Earn flexible product list
Weight(IP): 150
get/sapi/v1/simple-earn/flexible/list
Query parameters
assetstring
Example:BTC
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
Simple Earn Flexible Product List
Example response
{
"rows": [
{
"asset": "BTC",
"latestAnnualPercentageRate": "0.05000000",
"tierAnnualPercentageRate": {
"0-5BTC": 0.05,
"5-10BTC": 0.03
},
"airDropPercentageRate": "0.05000000",
"canPurchase": true,
"canRedeem": true,
"isSoldOut": true,
"hot": true,
"minPurchaseAmount": "0.01000000",
"productId": "BTC001",
"subscriptionStartTime": "1646182276000",
"status": "PURCHASING"
}
],
"total": 1
}