API Reference
These docs are for v1.0. Click to read the latest docs for v2.0.

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.

Language