---
title: "Get Public Keys Associated with a Withdrawal Address"
method: GET
path: "/v2/ethereum/{network}/pubkeys"
tags: ["Ethereum Staking Reporting"]
---

# Get Public Keys Associated with a Withdrawal Address

`GET /v2/ethereum/{network}/pubkeys`

Retrieves a list of validator public keys that are associated with the provided withdrawal address on the specified Ethereum network.

## Path parameters

- `network` 'mainnet' | 'holesky' | 'hoodi', required — Network

## Query parameters

- `withdrawalAddress` string, required

## Response `200`

List of validator public keys

- string[]

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
