January 14th, 2025
Added
New
We’ve released three new endpoints regarding daily restaked balances in Eigenlayer. These are:
v1/eigenlayer/eigenpods/{eigenpod_address}/state
v1/eigenlayer/entities/{operator_address}/state
v1/eigenlayer/delegators/{delegator_address}/state
These endpoints allow you to track restaked balances across operators, delegators, and eigenpods on a daily level.
Sample response:
{
"date": "2024-10-01",
"earner": "0xB0bd0c91798d720a5585364bb4be7396c5b9731",
"strategy": "0x54945180dB7943c0ed0FEE7EdaB2Bd24620256bc",
"tokenAddress": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
"totalShares": 12000000000000000000,
"totalBalance": 12000000000000000000
}
Coupled with our Eigenlayer rewards endpoints, you’ll be able to track rates of return per operator and asset, and manage strategies accordingly.
Speaking of our rewards endpoints, the functionality of these existing endpoints have been extended to enable time-based aggregations using the granularity parameter, specifically weekly aggregations. As such we’re also changing the compute unit consumption of this endpoint to reflect this change; 7x increase to account for the capability to aggregate weekly (from daily).
For more information on these endpoints, please see here:
- Stake state endpoints: https://api-docs.rated.network/rated-api/api-reference/v1/eigenlayer/metadata#stake-state
- Expanded rewards endpoints: https://api-docs.rated.network/rated-api/api-reference/v1/eigenlayer/rewards