get https://api.figment.io/ethereum/validators
Returns validators for your organization (via API key). All Figment validators created through Create Validators are automatically returned.
Note: If you are restaking via Eigenlayer, your withdrawal address is set to your EigenPod address.
Use include_fields to get extra information. For example to get exit messages for the validator, append ?include_fields=exit_message to the request. See below for all the fields that can be included.
A few noteworthy response fields:
status: refer to the Lifecycle of a Validator guidestatus_historyreturns an array of all status transitions.- 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)
- when a validator will become active (
