curl --request GET \
--url 'https://beaconcha.in/api/v1/validators/queue?apikey='{
"status": "OK",
"data": {
"beaconchain_entering": 7493,
"beaconchain_exiting": 55869,
"validatorscount": 1031945,
"beaconchain_entering_balance": 1363143622559455,
"beaconchain_exiting_balance": 2365910000000000
}
}Retrieve current queue metrics for validators awaiting activation (entering) and validators scheduled to exit (exiting). The response includes the number of validators in each queue, the total effective balance in gwei for each queue, and the total validator count known to the explorer. No parameters are required.
curl --request GET \
--url 'https://beaconcha.in/api/v1/validators/queue?apikey='{
"status": "OK",
"data": {
"beaconchain_entering": 7493,
"beaconchain_exiting": 55869,
"validatorscount": 1031945,
"beaconchain_entering_balance": 1363143622559455,
"beaconchain_exiting_balance": 2365910000000000
}
}Documentation Index
Fetch the complete documentation index at: https://docs.beaconcha.in/llms.txt
Use this file to discover all available pages before exploring further.
Queue metrics retrieved successfully. The data object contains counts and balances for entering and exiting validators.
Was this page helpful?