Create SSV RequestCopy Pagepost https://api.p2p.org/api/v1/eth/staking/ssv/request/createSet up a request for running a distributed validator and making a stake.Body ParamsiduuidrequiredArbitrary UUID. You can later use that UUID to check the status of the set-up operation.validatorsCountdoublerequired1 to 50Defaults to 1Number of validators. One validator is equal to 32 ETH.amountPerValidatorstringAmount of tokens in Gwei to stake per validator.withdrawalCredentialsTypestringenumWithdrawal credentials type.0x020x010x02Allowed:0x010x02withdrawalAddressstringrequiredWithdrawal address of the client.feeRecipientAddressstringrequiredEth1 address that receives fee recipient rewards.ssvOwnerAddressstringrequiredETH1 address from which registerValidator method of SSV contract will be called.typestringenumrequiredDefaults to without-encrypt-keyRequest type: with or without an encrypted key. If with-encrypt-key is selected, fill the ecdhPublicKey field.with-encrypt-keywithout-encrypt-keyAllowed:with-encrypt-keywithout-encrypt-keyoperationPeriodInDaysint32required1 to 3650Defaults to 365Operation period in days.ecdhPublicKeystringYour ECDH public key for getting the encrypted validator private key.Responses 201OK 400Bad request 401Unauthorized 500Internal server errorUpdated 11 days ago