Staking
Powered by StakeWise
Get info about address
Name
Type
Value
Name
Type
Description
{
eth: {
assets: string; // staked ETH amount (in wei)
maxUnstakeAssets: string; // max allowed amount to unstake (in wei)
}
osEth: {
shares: string; // minted osETH (in wei)
maxMintShares: string; // max allowed amount to mint (in wei)
}
withdraw: {
isAvailable: boolean; // is withdraw available
availableAt: string | null; // ISO timestamp indicating when withdraw will be available
withdrawableAssets: string; // ETH amount available to withdraw (in wei)
requestedAssets: string; // ETH amount requested to withdraw (in wei)
}
}{
"error": "INVALID_ADDRESS"
}Stake ETH
Name
Type
Value
Name
Type
Description
Unstake ETH
Name
Type
Value
Name
Type
Description
Withdraw ETH (after unstaking period finished)
Name
Type
Value
Name
Type
Description
Mint osETH token
Name
Type
Value
Name
Type
Description
Burn osETH token
Name
Type
Value
Name
Type
Description
Last updated