Create a new Lido staking vault

Generates the transaction to deploy a new Lido staking vault.

Body Params

Parameters for creating a new staking vault.

Regular users must provide a stakingProvider. Pro SVM users may instead
provide a nodeOperatorAddress to use a node operator directly.
Exactly one of stakingProvider or nodeOperatorAddress must be supplied;
providing both is invalid.

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

Wallet that will be the node operator manager and the vault owner

string
enum

Staking provider to use. Mutually exclusive with nodeOperatorAddress.

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

Node operator address to use directly. Only available to Pro SVM users. Mutually exclusive with stakingProvider.

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