get_activation_queue
Track Ethereum validator activation queue statistics, including queue length, active validators, total balance in ETH, and estimated wait time for staking insights.
Instructions
Get current Ethereum validator activation queue statistics.
Returns:
A string containing:
- Current activation queue length (number of validators waiting to activate)
- Total active validators
- Total balance of entering validators in ETH
- Estimated wait time (based on ~900 activations per day)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_activation_queueArguments",
"type": "object"
}