GET
/
v1
/
polygon
/
network
/
overview
curl --request GET \
  --url https://api.rated.network/v1/polygon/network/overview \
  --header 'Authorization: Bearer <token>'
[
  {
    "activeDelegatorCount": 999,
    "activeDelegatorDiff": 999,
    "activeValidatorCount": 999,
    "activeValidatorDiff": -10,
    "avgDelegatedStake": 999,
    "avgValidatorDelegates": 999,
    "blendedCommissionRate": 0.99,
    "borProposalApr": 0.99,
    "borProposalRewardsRatio": 0.99,
    "delegatorApr": 0.999,
    "heimdallCheckpointApr": 0.99,
    "heimdallCheckpointRewardsRatio": 0.99,
    "netValidatorApr": 0.998,
    "networkBorProposalRate": 0.999,
    "networkCheckpointProposalRate": 0.999,
    "networkCheckpointSigningRate": 0.999,
    "networkEffectiveness": 0.999,
    "network_bor_proposal_rate_diff": 0.01,
    "network_checkpoint_proposal_rate_diff": 0.01,
    "network_checkpoint_signing_rate_diff": 0.01,
    "network_effectiveness_diff": 0.01,
    "rewardsBorMev": 999,
    "rewardsBorPriorityFees": 999,
    "rewardsCheckpointProposals": 999,
    "rewardsCheckpointSignatures": 999,
    "timeWindow": "30d",
    "totalDelegatedStake": 999,
    "totalSelfStake": 999,
    "totalStake": 999,
    "validatorApr": 0.999
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful Response

The response is of type object[].