Get SOL staking quota details(USER_DATA)
API Description
Get SOL staking quota
HTTP Request
GET /sapi/v1/sol-staking/sol/quota
Request Weight(IP)
150
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | The value cannot be greater than 60000 |
timestamp | LONG | YES |
Response Example
{
"leftStakingPersonalQuota": "1000",
"leftRedemptionPersonalQuota": "1000",
"minStakeAmount": "0.01000000",
"minRedeemAmount": "0.00000001",
"redeemPeriod": 4,
"stakeable": true,
"redeemable": true,
"soldOut": false,
"commissionFee": "0.25000000",
"nextEpochTime": 725993969475,
"calculating": false
}