ETH Staking account(USER_DATA)
API Description
ETH Staking account
HTTP Request
GET /sapi/v2/eth-staking/account
Request Weight(IP)
150
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"holdingInETH":"1.22330928",
"holdings":{
"wbethAmount":"1.10928781",
"bethAmount":"1.90002112"
},
"thirtyDaysProfitInETH":"0.22330928",
"profit":{
"amountFromWBETH":"0.12330928",
"amountFromBETH":"0.1"
}
}