Retrieve validators managed by the SSV node with flexible filtering
owners=0x1234...5678,0xabcd...ef01operators=1,2,3clusters=1,2,3,4 5,6,7,8subclusters=1,2 3,4pubkeys=0x1234...5678,0xabcd...ef01indices=100,200,300status field reflects the beacon chain validator status:
| Status | Description |
|---|---|
pending_initialized | Deposit processed, waiting in queue |
pending_queued | In activation queue |
active_ongoing | Active and performing duties |
active_exiting | Active but exit initiated |
active_slashed | Slashed while active |
exited_unslashed | Exited cleanly |
exited_slashed | Exited due to slashing |
withdrawal_possible | Withdrawals can be processed |
withdrawal_done | Fully withdrawn |
| (empty) | No beacon metadata available yet |
/home/daytona/workspace/source/api/handlers/validators/validators.go:20