cURL
curl --request GET \ --url https://api.rated.network/v0/polygon/validators \ --header 'Authorization: Bearer <token>'
{ "page": { "from": 123, "to": 123, "granularity": "checkpoint", "size": 1 }, "total": 1, "data": [ { "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>" } ], "next": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1d
7d
30d
all
The delegator address to filter by.
x >= 0
Successful Response
Show child attributes
checkpoint
day
x > 0