cURL
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" }
Fetches the distribution root details for the specified rootIndex.
The rootIndex of the distribution root to fetch details for.
Successful response with distribution root details
The response is of type object.
object