GET
/
v0
/
polygon
/
validators
/
{validator_id}
/
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

200
application/json

Successful Response

The response is of type object.