Chains, Staking & Teleporter
Get staking metrics for a given subnet
Gets staking metrics for a given subnet.
GET
/
v2
/
networks
/
{network}
/
metrics
/
{metric}
Path Parameters
Which network level metric to fetch.
Available options:
delegatorCount
, delegatorWeight
, validatorCount
, validatorWeight
Either mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
, devnet
Query Parameters
Query param for retrieving items after a specific timestamp.
Required range:
x > 0
Query param for retrieving items before a specific timestamp.
Required range:
x > 0
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 2160.
Required range:
1 < x < 2160
The subnet ID to filter by. If not provided, then all subnets will be returned.
Was this page helpful?