ETH质押账户(USER_DATA)
接口描述
ETH质押账户
HTTP请求
GET /sapi/v2/eth-staking/account
请求权重(IP)
150
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
recvWindow | LONG | NO | |
timestamp | LONG | YES |
响应示例
{
“holdingInETH”:"1.22330928",
"holdings":{
"wbethAmount":"1.10928781",
"bethAmount":"1.90002112"
}
“thirtyDaysProfitInETH”:0.22330928",
"profit":{
"amountFromWBETH":"0.12330928, //收益累计在WBETH中
"amountFromBETH":"0.1" ///BETH发放至现货钱包
}
}