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

The response is of type object.