Network
Network churn capacity per pool
GET
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 |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Available options:
mainnet
, hoodi
, holesky
Query Parameters
Available options:
1d
, 7d
, 30d
, all
Available options:
activation
, exit
Response
200
application/json
Successful Response
The response is of type NetworkChurnCapacityPool · object[]
.