cURL
curl --request GET \ --url https://api.rated.network/v0/eth/network/capacity \ --header 'Authorization: Bearer <token>'
[ { "activatedPercentage": 0.47689, "activatedValidators": 238445, "activationCapacityFilled": 0.62372, "activationChurnLimit": 382294, "churnLimit": 382294, "exitCapacityFilled": 0.0025, "exitChurnLimit": 382294, "exitedPercentage": 0.00191, "exitedValidators": 955, "latestEpoch": 186271, "time_window": "all" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
Successful Response
The response is of type NetworkChurnCapacity · object[].
NetworkChurnCapacity · object[]