Skip to main content

Get current ETH staking quota(USER_DATA)

API Description

Get current ETH staking quota

HTTP Request

GET /sapi/v1/eth-staking/eth/quota

Request Weight(IP)

150

Request Parameters

NameTypeMandatoryDescription
recvWindowLONGNO
timestampLONGYES

Response Example

{
"leftStakingPersonalQuota": "1000", // Show min(Daily available limit, total personal staking quota)
"leftRedemptionPersonalQuota": "1000", // Show min(Daily personal redeem quota, total redemption limit)
"minStakeAmount": "0.00010000",
"minRedeemAmount": "0.00000001",
"redeemPeriod": 20,
"stakeable": true,
"redeemable": true,
"commissionFee": "0.05000000",
"calculating": false
}