Retrieve validators that have made deposits from a specific execution-layer address. The service inspects DepositContract events where the from_address equals the provided address and groups results by validator public key.
Use this endpoint to identify validators funded by an address. ENS names are supported for the path parameter when they resolve to a 0x-prefixed address at request time.
Execution-layer address whose deposit transactions you want to inspect. Provide a 0x-prefixed, 20-byte hex string (40 hex characters after 0x). ENS names are accepted and resolved server-side when provided.
"0xdAC17F958D2ee523a2206206994597C13D831ec7"
Maximum number of records to return. Allowed range is 1 to 2000. Defaults to 2000.
1 <= x <= 2000100
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 unique validator public key that deposited from the specified address.