Add new validators to a specified dashboard or update the group of already-added validators. This endpoint will always add as many validators as possible, even if more validators are provided than allowed by the subscription plan. The response will contain a list of added validators.
Use your API key as a Bearer token, e.g. Bearer <your-api-key>
The ID of the dashboard (visible in the dashboard URL).
group_id: (optional) Provide a single group id, to which all validators get added to. If omitted, the default group will be used.
To add validators or update their group, only one of the following fields can be set:
validators: Provide a list of validator indices or public keys.
deposit_address: (limited to subscription tiers with 'Bulk adding') Provide a deposit address from which as many validators as possible will be added to the dashboard.
withdrawal_credential: (limited to subscription tiers with 'Bulk adding') Provide a withdrawal credential from which as many validators as possible will be added to the dashboard.
graffiti: (limited to subscription tiers with 'Bulk adding') Provide a graffiti string from which as many validators as possible will be added to the dashboard.
Returns a list of added validators.