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
Name | Type | Mandatory | Description |
---|---|---|---|
asset | STRING | NO | |
current | LONG | NO | Currently querying page. Start from 1. Default:1 |
size | LONG | NO | Default:10, Max:100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
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
}