Get Public Keys Associated with a Withdrawal Address

API Documentation

Network

The network to look up against.

Withdrawal Address

Responses

200 List of validator public keys

400 Bad Request

422 Validation Error


Example Request

curl --request GET \
     --url https://svc.blockdaemon.com/reporting/staking/v2/ethereum/mainnet/pubkeys \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'

Allowed Responses