Estimate Ethereum validators progress in the active-exiting queue

network

Type: string
Allowed values:
mainnet
hoodi

List of Ethereum validator ids.

public_keys

Type: array of objects

Responses

200

Ethereum queue estimate response

400

Invalid request.

401

Header 'X-API-Key' missing.

500

Internal server error.


Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/ethereum/mainnet/queue-progress/active-exiting \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Responses

200
400
401
500