---
title: "Get information about the aggregator status"
method: GET
path: "/status"
---

# Get information about the aggregator status

`GET /status`

Returns the aggregator status information:
  * Current epoch
  * Current Cardano era
  * Current Mithril era
  * Cardano node version
  * Aggregator node version
  * Protocol parameters for current epoch
  * Protocol parameters for next epoch
  * Total number of signers for current epoch
  * Total number of signers for next epoch
  * Total stakes of signers for current epoch
  * Total stakes of signers for next epoch
  * Total of Cardano SPOs
  * Total stakes in Cardano

## Response `200`

aggregator status found

- AggregatorStatusMessage — Represents the information related to the aggregator status
  - `epoch` integer, required — Cardano chain epoch number
  - `cardano_era` string, required — Cardano era
  - `cardano_network` string, required — Cardano network of the aggregator
  - `mithril_era` string, required — Mithril era
  - `cardano_node_version` string, required — Version of the Cardano node
  - `aggregator_node_version` string, required — Version of the Aggregator node
  - `protocol` ProtocolParameters, required — Protocol cryptographic parameters
    - `k` integer, required — Quorum parameter
    - `m` integer, required — Security parameter (number of lotteries)
    - `phi_f` number, double, required — f in phi(w) = 1 - (1 - f)^w, where w is the stake of a participant
  - `next_protocol` ProtocolParameters, required — Protocol cryptographic parameters
    - `k` integer, required — Quorum parameter
    - `m` integer, required — Security parameter (number of lotteries)
    - `phi_f` number, double, required — f in phi(w) = 1 - (1 - f)^w, where w is the stake of a participant
  - `total_signers` integer, required — The number of signers for the current epoch
  - `total_next_signers` integer, required — The number of signers that will be able to sign on the next epoch
  - `total_stakes_signers` integer, required — The total stakes of signers for the current epoch
  - `total_next_stakes_signers` integer, required — The total stakes of signers for the next epoch
  - `total_cardano_spo` integer, required — The number of Cardano SPOs
  - `total_cardano_stake` integer, required — The total stakes in Cardano

## Other responses

- `default` — root error

---

[API](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server.md) · [All operations](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/input-output-hk/mithril-aggregator-server/versions/bbad910c52a3/schema)
