get_exit_queue
Retrieve real-time Ethereum validator exit queue data, including queue length, active validators, total ETH balance, and estimated wait time for informed staking decisions.
Instructions
Get current Ethereum validator exit queue statistics.
Returns:
A string containing:
- Current exit queue length (number of validators waiting to exit)
- Total active validators
- Total balance of exiting validators in ETH
- Estimated wait time (based on ~900 exits per day)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_exit_queueArguments",
"type": "object"
}