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:0x010x02withdrawalAddressstringrequired^0x[a-fA-F0-9]{40}$Withdrawal address of the client.feeRecipientAddressstringrequired^0x[a-fA-F0-9]{40}$Eth1 address that receives fee recipient rewards.ssvOwnerAddressstringrequired^0x[a-fA-F0-9]{40}$ETH1 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-keyoperationPeriodInDaysint321 to 3650Defaults to 365Operation period in days.ecdhPublicKeystringYour ECDH public key for getting the encrypted validator private key.Responses 201OK 400Bad request 401Unauthorized 429Too Many Requests — the client exceeded its rate limit. The response advertises when to retry and the active quota via headers. 500Internal server errorUpdated 2 months ago IntroductionDid this page help you?YesNo