GET
/
eigenlayer
/
distribution-root-info
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

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<date-time>

The timestamp when the rewards calculation ends.

activatedAt
string<date-time>

The timestamp when the distribution root was activated.

active
boolean

Indicates whether the distribution root is active.

updatedAt
string<date-time>

The timestamp when the distribution root was last updated.

createdAt
string<date-time>

The timestamp when the distribution root was created.