GET
/
eigenlayer
/
distribution-root-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/distribution-root-info
{
  "rootIndex": "<string>",
  "root": "<string>",
  "rewardsCalculationEndTimestamp": "2023-11-07T05:31:56Z",
  "activatedAt": "2023-11-07T05:31:56Z",
  "active": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z"
}

Query Parameters

rootIndex
string
required

The rootIndex of the distribution root to fetch details for.

Response

200
application/json
Successful response with distribution root details
rootIndex
string

The unique identifier for the distribution root.

root
string

The root value of the distribution.

rewardsCalculationEndTimestamp
string

The timestamp when the rewards calculation ends.

activatedAt
string

The timestamp when the distribution root was activated.

active
boolean

Indicates whether the distribution root is active.

updatedAt
string

The timestamp when the distribution root was last updated.

createdAt
string

The timestamp when the distribution root was created.