Get Flexible Product Position(USER_DATA)
API Description
Get Flexible Product Position
HTTP Request
GET /sapi/v1/simple-earn/flexible/position
Request Weight(IP)
150
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| asset | STRING | NO | |
| productId | STRING | NO | |
| current | LONG | NO | Currently querying the page. Start from 1. Default:1 |
| size | LONG | NO | Default:10, Max:100 |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
{
"rows":[
{
"totalAmount": "75.46000000",
"tierAnnualPercentageRate": {
"0-5BTC": 0.05,
"5-10BTC": 0.03
},
"latestAnnualPercentageRate": "0.02599895",
"yesterdayAirdropPercentageRate": "0.02599895",
"asset": "USDT",
"airDropAsset": "BETH",
"canRedeem": true,
"collateralAmount": "232.23123213",
"productId": "USDT001",
"yesterdayRealTimeRewards": "0.10293829",
"cumulativeBonusRewards": "0.22759183",
"cumulativeRealTimeRewards": "0.22759183",
"cumulativeTotalRewards": "0.45459183",
"autoSubscribe": true
}
],
"total": 1
}