Trigger validator withdrawals

Returns a partial transaction to trigger EIP-7002 validator withdrawals. When the vault is connected, uses Dashboard.
When the vault is disconnected (e.g. after the disconnect wizard), uses StakingVault.triggerValidatorWithdrawals.

Path Params
string
required

The unique identifier of the Lido staking contracts

Body Params
string
required

Concatenated hex string (bytes48) of validator public keys to withdraw from.

amountsGwei
array of strings
required

array of amounts in gwei to withdraw for each validator - must match pubKeys length.

amountsGwei*
string
required
^0x[a-fA-F0-9]{40}$

Address of the recipient of any refunds from the withdrawal fee paid in excess.

string
^0x[a-fA-F0-9]{40}$

Optional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json