Returns a history of withdrawals (partial and full) from the consensus layer to the execution layer.

Returns data for any Figment validator that was created through Create Validators and any non-Figment validator that was tracked through Track Validator (Figment validators don't need to be added through the latter endpoint, they are automatically tracked and returned. Read more about Tracking non Figment Validators)

The full_withdrawal field returns a boolean indicating whether the withdrawal was full or partial. A withdrawal is considered to be "full" if the withdrawal occurs after the validator is no longer active and its full balance is swept.

Language