Skip to main content

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#

NameTypeMandatoryDescription
assetSTRINGNO
productIdSTRINGNO
currentLONGNOCurrently querying the page. Start from 1. Default:1
sizeLONGNODefault:10, Max:100
recvWindowLONGNO
timestampLONGYES

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}