---
title: "Get public specifications about the aggregator"
method: GET
path: "/"
---

# Get public specifications about the aggregator

`GET /`

Returns the specifications related to the aggregator:
  * Open API version
  * URL of Mithril documentation
  * Capabilities of the aggregator
  * Cardano transactions prover capabilities

## Response `200`

root found

- AggregatorFeaturesMessage — Represents general information about Aggregator public information and signing capabilities
  - `open_api_version` string, byte, required — Open API version
  - `documentation_url` string, byte, required — Mithril documentation
  - `capabilities` object, required — Capabilities of the aggregator
    - `signed_entity_types` SignedEntityTypes[], required — Signed entity types that are signed by the aggregator
    - `aggregate_signature_type` 'Concatenation', required — Aggregate signature type used by the aggregator to create certificates
    - `cardano_transactions_prover` object — Cardano transactions prover capabilities
      - `max_hashes_allowed_by_request` integer, required — Maximum number of hashes allowed for a single request

## 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)
