v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Staking

Get current ETH staking quota (USER_DATA)

Weight(IP): 150

get/sapi/v1/eth-staking/eth/quota

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Eth staking quota

leftStakingPersonalQuotastring required

Show min(Daily available limit, total personal staking quota)

leftRedemptionPersonalQuotastring required

Show min(Daily personal redeem quota, total redemption limit)

Example response

{
  "leftStakingPersonalQuota": "1000",
  "leftRedemptionPersonalQuota": "1000"
}