Skip to main content

⚒️ Manage Validators [API]

To modify the validator dashboard via API, make sure you have an active Orca subscription.
After creating a validator dashboard and the desired validator groups through the UI, you can add and assign validators to groups using our API.
Adjust the base URL for your target network:
  • Mainnet: beaconcha.in
  • Hoodi: hoodi.beaconcha.in

Add validators to a dashboard

Use the POST endpoint to add validators to a dashboard. Provide the API key as a query parameter and a JSON body. See the API spec below for the exact payload shape.

Remove validators from a group

Use the DELETE endpoint to remove validators from a specific group.

Bulk delete validators from a dashboard

Use the bulk deletions endpoint to remove many validators at once.
Looking for how to create and manage groups in the UI? See validator groups.