GET
/
eigenda
/
quorum-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenda/quorum-info
{
  "quorumNumber": 123,
  "strategies": [
    "<string>"
  ],
  "minimumStake": 123,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "registeredMembersCount": 123,
  "activeMembersCount": 123
}

Query Parameters

network
enum<string>
default:holesky
required

Select the network you want to track.

Available options:
ethereum,
holesky
quorumNumber
integer
required

The unique number of the quorum to retrieve details for.

Response

200
application/json
Successful response containing quorum details.

The response is of type object.