This endpoint returns high level information about a validator over the time period such as its entity name, network penetration, annual percentage yield (APY), and effectiveness. Similar to the Single validator summary but returns the summary stats for all validators. Here’s how to interpret the inputs required to operate it:Documentation Index
Fetch the complete documentation index at: https://docs.rated.network/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
window | Window of the aggregation, with 1d, 7d, 30d and all being the supported values |
from | From a specific validator’s ranking based on their order in terms of network_penetration |
size | The number of results included per page |
1d time period, the APY takes into account the rewards received for the last 3 days to smooth out the noise given Solana’s staking rewards schedule, which is every epoch (~2 days).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1d, 7d, 30d, all x >= 01 <= x <= 200Network penetration, Raver, delegator APY or vote latency
networkPenetration, raver, delegatorApy, latency, country, city, hostingProvider asc, desc