Create a new Lido staking vaultCopy Pagepost https://api.northstake.dk/v1/lidov3/staking-vaults/createGenerates the transaction to deploy a new Lido staking vault.Body ParamsParameters 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.walletAddressstringrequired^0x[a-fA-F0-9]{40}$Wallet that will be the node operator manager and the vault ownerstakingProviderstringenumStaking provider to use. Mutually exclusive with nodeOperatorAddress.northstakep2pfigmentpiertwosenseinodemyrmidonunknownAllowed:northstakep2pfigmentpiertwosenseinodemyrmidonunknownnodeOperatorAddressstring^0x[a-fA-F0-9]{40}$Node operator address to use directly. Only available to Pro SVM users. Mutually exclusive with stakingProvider.simulateAddressstring^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 201Creation request created; transaction generated 400Client Error 403Forbidden - feature not available for this accountUpdated 3 months ago Did this page help you?YesNo