Skip to main content
GET
/
api
/
v1
/
validators
/
queue
Validator activation and exit queue
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
  }
}

Authorizations

apikey
string
query
required

Response

Queue metrics retrieved successfully. The data object contains counts and balances for entering and exiting validators.

Standard success envelope used by all API endpoints.

status
enum<string>

HTTP-independent status of the API operation. For successful responses this is always "OK".

Available options:
OK
data
object

Current validator activation and exit queue metrics at the time of the request.