Retrieve validators whose withdrawal credentials match the provided value, or whose credentials correspond to the provided execution-layer address. You can specify either a 32-byte withdrawal credentials value or a 0x-prefixed Ethereum address. When you provide an address, the service derives the corresponding withdrawal credentials (prefix 0x01) and returns validators whose credentials equal that value. ENS names are accepted for the address form when they resolve to a 0x-prefixed address at request time. The lookup is case-insensitive and accepts inputs with or without the 0x prefix.
Withdrawal credentials (32 bytes; 0x-prefixed hex) or an execution-layer address (0x-prefixed, 20-byte hex). ENS names are accepted for the address form. Withdrawal credentials (32 bytes; 0x-prefixed hex with 64 hex characters).
"0x01000000000000000000000026e8ce0d6c1424566ff8d584d1409b9fe651f27d"
Maximum number of validators to return. Defaults to 10. Allowed range is 1 to 200 for standard users; higher limits may be available to premium accounts.
1 <= x <= 200100
Number of items to skip from the start of the result set. Use 0 for the first page.
x >= 00
Matching validators were found. The data array contains one entry per validator whose withdrawal credentials equal the derived or provided value.