GET
/
v0
/
eth
/
network
/
capacity
/
pool

This endpoint returns a summary of activations and exits, broken down by staking pool.

Here’s how to interpret the inputs required to operate it πŸ‘‡

ParameterDescription
windowThe time window of aggregation. You might ask for 1d, 7d, 30d or All-time data
stakeActionDirection of flow. This can be either of activation or exit

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Query Parameters

window
enum<string>
Available options:
1d,
7d,
30d,
all
stakeAction
enum<string>
Available options:
activation,
exit

Response

200
application/json
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
stakeAction
enum<string>
required
Available options:
activation,
exit
latestEpoch
integer
required
Required range: x > 0
churnLimit
integer
required
Required range: x > 0
pool
string
required
validatorCount
integer
required
Required range: x > 0
capacityFilled
number
required
Required range: x > 0
networkCapacityRemaining
number
required
Required range: x > 0