get https://hubble.figment.io/api/v1/prime/eth2_staking/validators
Returns a list of validators for an organization (via API key)
This endpoint works for both testnets and mainnet, depending on the environment of the API key you use.
A few noteworthy fields:
status_history
: returns an array of all status transitions for all statuses that are part of a validator's lifecycle (Figment's and on chains)- estimates for when a validator will become active (
estimated_active_at
), when it will exit (estimated_exit_at
) and when the principal will be withdrawable (estimated_withdrawal_at
)