January 16th, 2025
We have made changes to what was then the 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.
rewardsApiMetadata
is no more. Now it's simply v1/eigenlayer/apiMetadata
.
{
"rewardsLastFullDay": "2024-12-16",
"rewardsLastSnapshotTimestamp": 1734393600000,
"rewardsDistributionRootIndex": 21,
"stateLastFullDay": “2024-12-30”
}
There are now fields specific to the latest data freshness of the rewards API endpoints and the state endpoints.
For more information, see our docs here: https://api-docs.rated.network/rated-api/api-reference/v1/eigenlayer/metadata#api-metadata