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 👇
Parameter | Description |
---|---|
window | The time window of aggregation. You might ask for 1d , 7d , 30d or All-time data |
stakeAction | Direction of flow. This can be either of activation or exit |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
1d
, 7d
, 30d
, all
activation
, exit
Successful Response
The response is of type NetworkChurnCapacityPool · object[]
.
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 👇
Parameter | Description |
---|---|
window | The time window of aggregation. You might ask for 1d , 7d , 30d or All-time data |
stakeAction | Direction of flow. This can be either of activation or exit |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
1d
, 7d
, 30d
, all
activation
, exit
Successful Response
The response is of type NetworkChurnCapacityPool · object[]
.