cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/all-distribution-roots \ --header 'x-api-key: <api-key>'
{ "data": [ { "rootIndex": 1, "root": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "rewardsCalculationEndTimestamp": 1727836560, "activatedAt": 1727836560, "status": "active", "createdAt": 1727836560, "updatedAt": 1727836560 } ], "meta": { "total": 30, "page": 1, "limit": 12 } }
Fetches distinct distribution root entries with their latest information, supporting pagination and filtering based on various query parameters.
The page number to retrieve
1
The number of records per page
12
The list of distribution root records.
Show child attributes