v26

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

ETH Staking account V2(USER_DATA)

Weight(IP): 150

get/sapi/v2/eth-staking/account

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

ETH Staking account

holdingInETHstring required
thirtyDaysProfitInETHstring required

Example response

{
  "holdingInETH": "1.22330928",
  "holdings": {
    "wbethAmount": "1.10928781",
    "bethAmount": "1.90002112"
  },
  "thirtyDaysProfitInETH": "0.22330928",
  "profit": {
    "amountFromWBETH": "0.12330928",
    "amountFromBETH": "0.1"
  }
}