Validators
Validator Summaries
Getting started
- Welcome
- Networks supported
- Pricing
Rated API
Endpoints
- Introduction
- Ethereum
- Solana
- Polygon
- Validators
- Delegators
- Network
Glossary
- Ethereum
- Solana
- Polygon
Guides
- Use Cases
- Developers FAQ
Validators
Validator Summaries
GET
/
v0
/
polygon
/
validators
curl --request GET \
--url https://api.rated.network/v0/polygon/validators
{
"page": {
"from": 123,
"to": 123,
"granularity": "checkpoint",
"size": 1
},
"total": 1,
"data": [
{
"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
}
],
"next": "<string>"
}
Query Parameters
Available options:
1d
, 7d
, 30d
, all
The delegator address to filter by.
Required range:
x >= 0
Response
200
application/json
Successful Response
Required range:
x >= 0
Required range:
x >= 0
Available options:
1d
, 7d
, 30d
, all
curl --request GET \
--url https://api.rated.network/v0/polygon/validators
{
"page": {
"from": 123,
"to": 123,
"granularity": "checkpoint",
"size": 1
},
"total": 1,
"data": [
{
"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
}
],
"next": "<string>"
}