post https://hubble.figment.io/api/v1/prime/eth2_staking/provision
Creates new validator keypairs.
A maximum of 250 validators can be provisioned per request (testnet or mainnet)
Each withdrawal_address has a maximum of 300 unfunded validators (for testnet or mainnet each)
Specifying a validators_count
greater than the number of remaining unfunded validators for a given withdrawal_address will cause the request to fail (422). For example, if withdrawal address 0x123
has zero existing unfunded validators, then the maximum value of validators_count
is 100. However, if withdrawal address 0x123
has 230 existing, unfunded validators, the maximum value for validators_count
is 70.