Retrieve withdrawal operations attributed to one or more validators within a bounded epoch window. By default, the service returns data for the last 100 epochs ending at the latest processed epoch. You can set the optional epoch query parameter to move the 100-epoch window back in time (the window becomes [epoch-99, epoch], clamped at 0 when epoch < 99).
Each item includes the epoch and slot of inclusion, the canonical block root, the global withdrawal index, the validator index, the recipient execution address, and the amount in gwei.
Comma-separated validator indices and/or public keys (maximum 100 items by default). Comma-separated list (no spaces) of validator identifiers. Each identifier must be either:
Resolution and limits:
"1,2,3"
Upper bound (inclusive) for the 100-epoch window used to fetch withdrawals. Defaults to the latest processed epoch when omitted. Must be a non-negative integer.
x >= 0399359
Matching withdrawals were retrieved successfully. The data array contains one item per withdrawal observed for any of the specified validators within the requested epoch window. If no withdrawals are found, the array is empty.