Get Deposit Records

Network

String
Enum
Required
Defaults to mainnet

Allowed:

mainnet, holesky, hoodi

Withdrawal Address

String
Ethereum withdrawal address

Pubkey

String
Validator BLS public key

HTTP Responses

200

List of deposit records

400

Bad Request

422

Validation Error


Example Shell Command

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

Response Formats