Skip to main content

Get Soft Staking Product List (USER_DATA)

API Description

Get the available Soft Staking product list.

HTTP Request

GET /sapi/v1/soft-staking/list

Request Weight(IP)

50

Request Parameters

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

Response Example


{
"status": true,
"totalRewardsUsdt": "3.09827182",
"rows": [
{
"asset": "BNB",
"minAmount": "0.5",
"maxCap": "1000",
"apr": "0.0015",
"stakedAmount": "2.14",
"totalProfit": "0.00171234"
},
{
"asset": "SUI",
"minAmount": "100",
"maxCap": "50000",
"apr": "0.01",
"stakedAmount": "100",
"totalProfit": "0.1"
}
],
"total": 2
}