Skip to main content
GET
/
v0
/
polygon
/
validators
/
{validator_id}
/
summary
Validator Summary
curl --request GET \
  --url https://api.rated.network/v0/polygon/validators/{validator_id}/summary \
  --header 'Authorization: Bearer <token>'
{
  "borProposalApr": 0.02,
  "commissionRate": 0.05,
  "currentState": "healthy",
  "delegationAmount": 1000000,
  "delegationPercentage": 0.1,
  "delegatorApr": 0.05,
  "effectiveness": 0.984,
  "heimdallCheckpointApr": 0.03,
  "name": "Stake Capital",
  "netValidatorApr": 0.049,
  "networkPenetration": 0.24,
  "timeWindow": "30d",
  "validatorApr": 0.05,
  "validatorId": 103
}

Authorizations

Authorization
string
header
required

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

Path Parameters

validator_id
integer
required
Required range: x >= 0

Query Parameters

window
enum<string>
required
Available options:
1d,
7d,
30d,
all

Response

Successful Response

validatorId
integer
required
Required range: x >= 0
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
name
string
required
currentState
string
required
networkPenetration
string
required
validatorApr
string
required
heimdallCheckpointApr
string
required
borProposalApr
string
required
netValidatorApr
string
required
commissionRate
string
required
delegatorApr
string
required
effectiveness
string
required
delegationAmount
string | null
delegationPercentage
string | null
I