Skip to main content
GET
/
v1
/
eigenlayer
/
apiMetadata
Get metadata on the Rated Eigenlayer API endpoints
curl --request GET \
  --url https://api.rated.network/v1/eigenlayer/apiMetadata \
  --header 'Authorization: Bearer <token>'
{
  "rewardsDistributionRootIndex": 21,
  "rewardsLastFullDay": "2024-12-16",
  "rewardsLastSnapshotTimestamp": 1734393600000,
  "stateLastFullDay": "2024-12-30"
}
Use this endpoint to know the latest freshness of the rewards endpoints and the stake state API endpoints for Eigenlayer.

Authorizations

Authorization
string
header
required

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
hoodi,
holesky

Response

rewardsLastFullDay
string<date>
required
rewardsLastSnapshotTimestamp
integer
required
Required range: x >= 0
rewardsDistributionRootIndex
integer
required
Required range: x >= 0
stateLastFullDay
string<date>
required