GET
/
v1
/
eigenlayer
/
apiMetadata
curl --request GET \
  --url https://api.rated.network/v1/eigenlayer/apiMetadata
{
  "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.

Headers

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

Response

200
application/json
Successful Response
rewardsLastFullDay
string
required
rewardsLastSnapshotTimestamp
integer
required
Required range: x >= 0
rewardsDistributionRootIndex
integer
required
Required range: x >= 0
stateLastFullDay
string
required