GET
/
v1
/
eigenlayer
/
apiMetadata
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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

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

Response

200
application/json

Successful Response

The response is of type object.