cURL
curl --request GET \ --url https://api.rated.network/v0/polygon/validators/{validator_id}/summary \ --header 'Authorization: Bearer <token>'
{ "validatorId": 1, "timeWindow": "1d", "name": "<string>", "currentState": "<string>", "networkPenetration": "<string>", "validatorApr": "<string>", "heimdallCheckpointApr": "<string>", "borProposalApr": "<string>", "netValidatorApr": "<string>", "commissionRate": "<string>", "delegatorApr": "<string>", "effectiveness": "<string>", "delegationAmount": "<string>", "delegationPercentage": "<string>" }
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