Binance will disable the following Staking SAPI endpoints at 2024-03-31 04:00:
GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory: add new endpoint to query WBETH income record
POST /sapi/v2/eth-staking/eth/stake: add new endpoint to stake ETH to get WBETH. Current v1 endpoint POST /sapi/v1/eth-staking/eth/stake will be deprecated in the future, with the exact timing to be determined.
GET /sapi/v2/eth-staking/account: add new endpoint to query positions and 30-day earnings of staked ETH. Current v1 endpoint GET /sapi/v1/eth-staking/account will be deprecated in the future, with the exact timing to be determined.
POST /sapi/v1/eth-staking/wbeth/unwrap: delete this endpoint, POST /sapi/v1/eth-staking/eth/redeem is able to achieve same functionality
POST /sapi/v1/eth-staking/eth/redeem: Add new parameter asset, add new response fieldsethAmount, conversionRatio
GET /sapi/v1/eth-staking/eth/history/stakingHistory: add new response fields distributeAsset, distributeAmount, conversionRatio
GET /sapi/v1/eth-staking/eth/history/redemptionHistory add new response fields asset, distributeAsset, distributeAmount, conversionRatio
POST /sapi/v1/eth-staking/wbeth/wrap: add new response fields wbethAmount, exchangeRate