v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum Staking Reporting

Get Public Keys Associated with a Withdrawal Address

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

get/v2/ethereum/{network}/pubkeys

Path parameters

network'mainnet' | 'holesky' | 'hoodi' required

Network

The network to look up against.

Query parameters

withdrawalAddressstring required

Ethereum withdrawal address

Response

List of validator public keys

string[] required

Example response

[
  "0xacb9365157fd0d035f36ecb82e58642cb72c850903660d130508e8e8a946b4b5905bec81c7a44f12e901901b5c63aed2",
  "0xb48139d9681f51a1a797cf09f6deb15e5808a540ecd576f11957ee4035efe6e847a0017c8e4c53a6c7c29cc08d663d34",
  "0xa4987a3edee697caf06a1be9d2713cd124dc4aa617e6c2c46ceb8bbf05926f6b6985b5d65fe023a6edc946af7d3cade9",
  "0x8b2a67eceeec9815009e4d2ccae4ed733ff5cccf87050f189be51c6e8c7063da0dd967b845a9cebf31839acd3c8c8b50"
]