Estimate Ethereum validators progress in the pending-queued queue
Ethereum Network
Allowed Values:
mainnethoodi
List of Ethereum Validator IDs:
Public Keys
- ADD: string
HTTP Status Codes
200: Ethereum queue estimate response400: 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/pending-queued \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Example
Status Codes
- 200
- 400
- 401
- 500
Update: 2 months ago