cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenda/all-quorums \ --header 'x-api-key: <api-key>'
{ "data": [ { "quorumNumber": 123, "strategiesCount": 123, "minimumStake": 123, "createdAt": { "blockNumber": 123, "blockTimestamp": "2023-11-07T05:31:56Z", "transactionHash": "<string>" }, "updatedAt": { "blockNumber": 123, "blockTimestamp": "2023-11-07T05:31:56Z", "transactionHash": "<string>" } } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalQuorums": 123, "averageStrategiesPerQuorum": 123 } } }
Retrieves the latest information about all quorums with pagination and metadata, including statistics.
Select the network you want to track.
ethereum
holesky
The page number for pagination.
The number of results to return per page.
Successful response containing quorums data and metadata.
Show child attributes