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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
1d
7d
30d
all
Successful Response
The response is of type object.
object