July 8, 2025
CHANGE
Polygon on the Rated API under maintenance
May 7, 2025
NEW
Ethereum Pectra upgrade-related endpoints now live on the Rated API
/v1/eth/validators/consolidations
- This endpoint returns a daily list of processed validator consolidations on Ethereum, along with metadata such as the entities involved in the consolidations (docs).
/v1/eth/entityConsolidations
- Returns validator consolidations data aggregated by entity. This is based on the entity that triggers the consolidation (ie. the source validator) (docs).
/v1/eth/consolidationCapacity
- This endpoint gives summarized information on the validator consolidation churn limit of the Ethereum network across defined time windows (docs).
/v1/eth/consolidationCapacity/entity
- This endpoint gives summarized information on the validator consolidation churn limit of the Ethereum network on a per entity level across defined time windows (docs).
May 1, 2025
CHANGE
Taking Babylon Genesis out of beta
April 15, 2025
NEW
Babylon Genesis is now live on the Rated API
BABY
.GET /v1/babylon/validators/{validator_address}/rewards
- Provides a detailed summary of all rewards earned by a specific validator, identified by their
validator_address
/v1/babylon/network/rewards
- Provides historical network level rewards for Babylon Genesis
/v1/babylon/validators/{validator_address}/state
- Provides historical stake balances for a validator based on their
validator_address
/v1/babylon/delegators/{delegator_address}/state
- Provides historical stake balances for a delegator based on their
delegator_address
per validator they are delegated to
March 19, 2025
DEPRECATED
Stopping support for Holesky testnet
March 5, 2025
CHANGE
Taking Cardano out of beta
February 28, 2025
NEW
Polkadot is now live on the Rated API
DOT
.GET /v1/polkadot/validators/{validator_address}/rewards
- Provides a detailed summary of all rewards earned by a specific validator, identified by their
stashAccountAddress
which is what we are considering as thevalidator_address
.
/v1/polkadot/network/rewards
- Provides historical network level rewards for the Polkadot relay chain
February 27, 2025
CHANGE
Taking Avalanche out of beta
February 25, 2025
CHANGE
Improved Private Sets Interface in the Rated Console
- Validator Effectiveness Column
- Displays the effectiveness score for each set of validators in your dashboard.
- Sorting and Filtering
- Allows sorting by any column and narrowing down your view by specific time windows.
- Enhanced UI and Navigation
- Provides a more intuitive interface for viewing, comparing, and analyzing individual validators within your private sets.
- Network Penetration
- Annual Percentage Rate (APR%)
- Effectiveness Breakdown
- Performance Metrics
- Rewards Metrics
- Execution Layer Metrics
- Consensus Layer Metrics
Viewing these pages will consume compute units. An indicator of Compute Units consumed will be displayed on the page.
February 21, 2025
CHANGE
Taking Celestia out of beta
February 19, 2025
NEW
Cardano is now live on the Rated API
ADA
.GET /v1/cardano/validators/{pool_id}/rewards
- Provides a detailed summary of all rewards earned by a specific stake pool/validator, identified by their
pool_id
- The
pool_id
can either be the human-readable version in the form of ‘pool’ + 52 characters (e.g.pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt
) or the hashed version of thispool_id
(e.g153806dbcd134ddee69a8c5204e38ac80448f62342f8c23cfe4b7edf
). This is calledpoolHashId
in the response.
/v1/cardano/network/rewards
- Provides historical network level stake pool rewards for Cardano
February 14, 2025
NEW
Ethereum Solo Staker List Handover to EthStaker
What’s Changing
- Management & Oversight
- Before: Rated managed and updated the “solo-stakers” repository, which contains heuristics and lists mapping addresses to potential solo validators on Ethereum.
- Now: EthStaker will assume primary responsibility for maintenance, updates, and community support. This includes curating new releases, reviewing community feedback, and stewarding the underlying dataset.
- Methodology & Data
- The existing methodology documentation (including the September 2024 update and prior versions) remains publicly accessible.
- EthStaker now manages all relevant data and methodologies, including deposit address mappings, withdrawal address associations, and the supporting heuristics.
- Community Involvement
- Feedback, issues, and pull requests will now be directed to EthStaker, fostering a broader decentralized ethos for the project.
- For the transition period in the near term, Rated will stay involved as an advisor, helping address any questions on methodology while EthStaker manages the dataset.
Why EthStaker?
EthStaker is a community dedicated to fostering a healthy and decentralized Ethereum staking ecosystem. With their active presence in the Ethereum solo staker community, they are well-positioned to guide the repository’s future growth and ensure it remains a trusted resource for identifying self-sovereign stakers.Looking Ahead
- Community Feedback: We encourage validators, researchers, and the broader Ethereum community to provide feedback on the solo staker filter and make suggestions for improvements.
- Periodic Updates: EthStaker will continue publishing refreshed lists based on new data, feedback, and evolving best practices, ensuring the dataset remains accurate and relevant.
- Opportunities for Innovation: This handover paves the way for deeper integration with new staking tools, potential airdrops targeting solo stakers, and other community-led initiatives that benefit from identifying solo validators.
How to Get Involved
- Star & Fork the repository to show your support and keep track of updates.
- Open Issues or Pull Requests with questions or improvements.
- Join EthStaker’s Channels (e.g., Reddit, Discord) to participate in discussions, share feedback, and stay informed about the latest development.
February 04, 2025
NEW
Celestia is now live on the Rated API
GET /v1/celestia/validators/{node_id}/rewards
- Provides a detailed summary of all rewards earned by a specific validator, identified by their validator_address Sample Request
GET /v1/celestia/network/rewards
- Provides historical network level validator rewards for Celestia Sample Request
January 30, 2025
NEW
Launching support for Avalanche on Rated API (beta)
GET /v1/avalanche/validators/{node_id}/rewards
- Provides a detailed summary of all rewards earned by a specific validator, identified by their node_id Sample Request
GET /v1/avalanche/network/rewards
- Provides historical network level validator rewards for the Primary Network Sample Request
January 24, 2025
FIXED
Fixed: Bug in Eigenlayer Rewards Feed
ethPrice
and usdPrice
being returned by our Eigenlayer rewards endpoints has been fixed. Specifically these endpoints are:/v1/eigenlayer/entities/{operator_address}/rewards/
/v1/eigenlayer/delegators/{delegator_address}/rewards/
/v1/eigenlayer/eigenpods/{eigenpod_address}/rewards
activatedAt
) and the related token has the appropriate liquidity.Rest assured that we have taken steps to ensure that instances like this are minimized moving forward.If you have any questions or feedback, feel free to go to feedback.rated.network.For more information on our API endpoints, please see our documentation.January 22, 2025
NEW
Compute Units in Response Header
6869
.Stay tuned for more releases regarding billing and usage transparency.For more information on our pricing and the computation of compute units, please see here.January 17, 2025
BUG
Bug in Eigenlayer rewards price feed
ethPrice
and usdPrice
being returned by our Eigenlayer rewards endpoints below:/v1/eigenlayer/entities/operator_address/rewards/
/v1/eigenlayer/delegators/delegator_address/rewards/
/v1/eigenlayer/eigenpods/eigenpod_address/rewards/
amount
field to measure the rewards for the corresponding token information being given in the response.We apologize for any inconvenience this may have caused and will immediately keep you all updated as we address this issue in the coming week (week of January 20, 2025).January 16, 2025
CHANGE
Changes to Eigenlayer API Metadata endpoint
v1/eigenlayer/rewardsApiMetadata
endpoint. Previously, this returned metadata specific to the latest complete rewards data available from our Eigenlayer rewards APIs. With the release of our new daily stake state endpoints, we have now turned this endpoint into a more generalized one. Two main changes below.New name: v1/eigenlayer/apiMetadata
Old name: v1/eigenlayer/rewardsApiMetadata
New response schema:
January 14, 2025
NEW
Eigenlayer daily stake state endpoints and expanded rewards aggregation
v1/eigenlayer/eigenpods/eigenpod_address/state
v1/eigenlayer/entities/operator_address/state
v1/eigenlayer/delegators/delegator_address/state
- Stake state endpoints: Eigenlayer API Metadata
- Expanded rewards endpoints: Eigenlayer Rewards
December 20, 2024
CHANGE
Solana endpoints v0 → v1
Key Updates
- Standardized endpoint naming aligned with v1 schema
- Enhanced performance via optimized v1 routing
API Reference 👉
Solana API ReferenceLegacy endpoints will remain operational until we deprecate the v0 endpoints in Q1 2025.If you’d like support or have questions, please reach out via hello@rated.network. If you have feedback, please let us know via feedback.rated.network!November 26, 2024
NEW
Vote latency is now part of the Solana Effectiveness Rating
November 12, 2024
NEW
UTC days are live on the Rated API
How to Use It
Simply addutc=true
to your existing API queries. That’s it!Note: UTC data is available for dates from October 1, 2024 onwardsHere’s an example of how this would work 👇 When querying Coinbase’s effectiveness from Nov 1-7 2024, you’ll receive data in daily UTC intervals.
Day alignment
Since Ethereum epochs don’t align perfectly with UTC midnight (they start at ~23:57 and end at ~00:03), we group epochs that start within a UTC day together. You can learn more about this here.Ready to try it out? Check out the API docs here 👉 API ReferenceIf you have any questions or need support, don’t hesitate to reach out to our team at hello@rated.network. If you have feedback, please let us know via feedback.rated.network!October 14, 2024
NEW
Launching Support for EigenLayer on Rated API (Beta)
- Rewards data for EigenLayer operators and eigenpods, giving you a breakdown of all rewards earned by an operator and eigenpods over a specified time period across all networks that they are involved in.
GET /v1/eigenlayer/eigenpods/address/rewards
- Provides a detailed summary of all rewards earned by a specific Eigenpod across all networks over a specified time period
GET /v1/eigenlayer/entities/entity_id/rewards
Provides the rewards earned by an entity (operator) across all networks over a specified time period
- Metadata related to EigenLayer operators and delegators, such as the delegation history by delegator or operator address.
GET /v1/eigenlayer/delegators/address/delegations
- Data includes delegation details like the delegator’s address, Eigenpod address, operator, and time range for the delegation
GET /v1/eigenlayer/operators/operator_id/delegations
Returns operator delegation data, detailing delegator addresses, Eigenpod addresses, and the time periods for which the operator had delegated stake
- Data is stored in daily snapshots
October 04, 2024
NEW
Enhancements to Ethereum Attestations and ChainDailyRewards Endpoints
- SyncSignatureCount added to entities endpoint
ThesyncSignatureCount
field has been added to the/v1/eth/entities/\{entity_id\}/attestations
endpoint, providing a more complete view of validator performance in the sync committee. This field was previously only available in the/v1/eth/validators/\{validator_index_or_pubkey\}/attestations
endpoint
- Impacted endpoints: v1 entities endpoints
- Fix for from parameter in ChainDailyRewards endpoint
Resolved a 500 error occurring when using thefrom
parameter in thechainDailyRewards
endpoint, caused by a datatype mismatch (int vs. string)
- Additionally, functionality has been added to support using UTC days in the from parameter for greater flexibility
- Impacted endpoints: v0/eth/network/chainDailyRewards
September 13, 2024
NEW
Enhancements to Ethereum Rewards Endpoints
- New Ethereum chain days endpoint
Added a newchainDailyRewards
endpoint based on Ethereum chain days, in addition to the existingdailyRewards
endpoint which is based on UTC days
- Impacted endpoints:
v0/eth/network/chainDailyRewards
andv0/eth/network/chainDailyRewards/{day}
- Additional validator balance field in Rewards endpoint
The v0/eth/network/chainDailyRewards
endpoint now includes the latest total effective balance of validators, providing more insight into validator performance
- Slot and timestamp fields added to Rewards endpoints
IntroducedstartSlot
,endSlot
,startTimestamp
, andendTimestamp
fields to rewards endpoint
- The changes impact validator, entities, and network endpoints for enhanced data consistency across different API responses
- Data type update for execution rewards on Rewards endpoints
Modified the data type for execution reward columns (e.g.,sum_priority_fees_wei
andsum_baseline_mev_wei
) fromStrictInt
toDecimal
to improve accuracy.
- Impacted endpoints: v1 rewards endpoints for validators
September 06, 2024
DEPRECATED
Deprecation: Polygon Support on Rated Explorer and Rated API
- Impact: Users will no longer be able to access Polygon-related data or functionality in the Rated Explorer and Rated API after the deprecation date. If you’re impacted and need assistance, please reach out to us at hello@rated.network !
July 25, 2024
DEPRECATED
Deprecation: Hourly validator data and predicted withdrawals endpoint
/v1/eth/validators/{validator_index_or_pubkey}/effectiveness
/v1/eth/validators/{validator_index_or_pubkey}/attestations
/v1/eth/validators/{validator_index_or_pubkey}/proposals
/v0/eth/validators/{validator_index_or_pubkey}/effectiveness
Predicted Withdrawal Endpoints/v0/eth/withdrawals/predicted/operators/{operator_id}
/v0/eth/withdrawals/predicted/operators/{operator_id}
Key Resources - API Reference
For support inquiries, please contact us at hello@rated.network. If you have feedback, we would love to hear from you at feedback.rated.network!May 15, 2024
NEW
Ethereum blocks endpoints now support real-time data
/v0/eth/blocks
/v0/eth/blocks/{consensus_slot}
Key Resources - API ReferenceFor support inquiries, please contact us at hello@rated.network. If you have feedback, we would love to hear from you at feedback.rated.network!May 15, 2024
NEW
Solana Support on Explorer and API
- Validators: Monitor performance, benchmark against peers, and gain an external view on their infrastructure. View all validator endpoints and validator views on Explorer.
- Delegators: Make informed delegation decisions, review performance, manage rewards, and view commission rates. View all delegator endpoints and delegator views on Explorer.
- Pools & Active Set Managers: Evaluate validator performance for onboarding, SLAs, and off-boarding. View pool view on Explorer.
- Network Researchers: Monitor network health and gain insights for research and development. View all network endpoints and network views on Explorer.
April 17, 2024
NEW
Rated API v1's public beta is now live
Enhanced User Experience
We’ve redesigned our API from the ground up, focusing on simplicity and usability. No more heavy endpoints that are difficult to parse. The new endpoints are categorized as:- Performance APIs: Accurately track, improve and benchmark your current and historical validator fleet performance.
- Rewards APIs: Deploy precise accounting in a few simple calls, with granular tracking of validator rewards earned.
- Metadata APIs: Help users make informed decisions around staking with access to rich metadata about an entity’s useful life.
Improved Pagination
Navigating through data is now more efficient. We’ve upgraded to a limit-based pagination and introduced sorting to ensure that you can access large datasets quicker and with less hassle.Performance Enhancements
Smaller payloads means faster response times and reduced latency so that your applications can operate more efficiently and reliably.Important Links
Disclaimer As we step into the public beta phase, anticipate encountering bugs and areas in need of UX refinement. This period is crucial for us to enhance feature stability, integrate user feedback, and ensure a seamless experience moving forward. Your understanding and contributions are invaluable!We will also be gradually releasing guides and documentation on v1 as we complete the full rollout in Q2 2024. Rest assured that we will be maintaining both v0 and v1, until we sunset v0 in early Q3 2024.If you’d like support or have questions, please reach out via hello@rated.network. If you have feedback, please let us know via feedback.rated.network!April 03, 2024
NEW
Custom validator grouping (private sets) are now live on the Rated API
Quickstart
- Tags: Validators within a set are tagged with identifiers unique to your organization, allowing for private viewing of performance and rewards metrics. This facilitates efficient analysis, A/B testing of node setups, and confidential grouping of validators for specific customers.
- Easy API Integration:
To create a tag, initiate a POST request to /v1/eth/tags with your desired validators
- Retrieve performance and reward metrics via GET requests to /v1/eth/sets/:id/effectiveness or /v1/eth/sets/:id/rewards
Limits
- Build tier users can create up to 4 tags
- Growth tier users can create up to 20 tags
Important links 👇
If you’d like support or have questions, please reach out via hello@rated.network. As we have launched this in beta, your feedback is crucial. Let us know at feedback.rated.network!March 21, 2024
NEW
Native Restaking stats now live on Rated Explorer
- Total amount of ETH natively restaked
- Percentage of the validator fleet natively restaked at the operator level and their market share
- RAVER of validators at an operator level engaged in native restaking
March 14, 2024
NEW
Execution Layer rewards calculation updated for Ethereum
/v0/eth/blocks
/v0/eth/blocks/{consensus_slot}
March 13, 2024
NEW
Ethereum Dencun upgrade
- We’re tracking the count of type 3 transactions (0x03; blob transactions) and the corresponding fees related to these transactions in the blocks endpoint. Impacted endpoints:
/v0/eth/blocks
/v0/eth/blocks/{consensus_slot}
- Accordingly, the validator rewards from these transactions are tracked in all our rewards endpoints which ensures we are accounting for all rewards that validators receive. Impacted endpoints:
/v0/eth/validators/{validator_index_or_pubkey}/effectiveness
/v0/eth/validators/effectiveness
/v0/eth/validators/{validator_index_or_pubkey}/apr
/v0/eth/operators/{operator_id}/effectiveness
/v0/eth/operators/{operator_id}/apr
/v0/eth/network/overview
Important links 👇- API Reference: /rated-api/api-reference
- Glossary: /rated-api/glossary/ethereum/blocks
March 12, 2024
NEW
Rated Explorer's revamped design is here
March 04, 2024
NEW
Rated API Python Software Development Kit (SDK) launched
- Rated API Python SDK documentation: https://github.com/rated-network/rated-python
- PyPI library: https://pypi.org/project/rated-python/ The Rated API Python SDK comes with examples for straightforward tasks, including retrieving operator summaries, APR, effectiveness, and network statistics.
February 21, 2024
CHANGE
Compute Unit weights updated
What’s changed?
Initially, a constant weight of 32 was applied as a denominator to the content length, resulting in the formula:Downstream impact on a per endpoint basis
This update changes the overall CU requirement to query certain endpoints that the Rated API supports, and are effective as of today. The updated weights, on a per endpoint basis, are available here.If you’d like support or have questions, please reach out via hello@rated.network.February 20, 2024
CHANGE
Solo staker list v0 → v1
February 13, 2024
CHANGE
API pricing plans updated
- Free Tier Update:
Previous Allowance: 100,000 compute units per month.
- New Policy: 100,000 compute units lifetime allowance.
- Introduction of Starter Tier:
Allowance: 100,000 base compute units per month.
- Rate Limit: 2 requests per second, with no limit on the number of requests.
- Sunsetting of Pro Tier:
In response to user feedback, the Pro Tier will be discontinued. Users have expressed a preference for the Enterprise Tier, which offers greater flexibility and is better suited to their needs.The Terms of Service have been updated to reflect these changes. These updates took effect on February 13, 2024. Users are encouraged to review the new terms.You can view the plans in detail by visiting the console or docs.If you’d like support or have questions, please reach out via hello@rated.network.
February 06, 2024
CHANGE
Updating source vote, target vote and head vote accuracy metric definition for Ethereum
February 05, 2024
DEPRECATED
Deprecating support for Goerli
January 23, 2024
CHANGE
Updating Ethereum EL mev-boost rewards attribution methodology to capture additional payment patterns between Builders & Proposers
- Payments from Different Addresses: Builders using different addresses for paying proposers at the end of the block, separate from the address receiving transaction fees.
- Payments via Internal Transactions: Builders paying proposers through an end-of-block transaction to an alternate address, which then sends funds to the proposer via an internal transaction.