Get public specifications about the aggregator

Returns the specifications related to the aggregator:

  • Open API version
  • URL of Mithril documentation
  • Capabilities of the aggregator
  • Cardano transactions prover capabilities
get/

Response

root found

open_api_versionstring byte required

Open API version

documentation_urlstring byte required

Mithril documentation

Example response

{
  "open_api_version": "0.1.17",
  "documentation_url": "https://mithril.network",
  "capabilities": {
    "signed_entity_types": [
      "MithrilStakeDistribution",
      "CardanoDatabase",
      "CardanoTransactions"
    ],
    "aggregate_signature_type": "Concatenation",
    "cardano_transactions_prover": {
      "max_hashes_allowed_by_request": 100
    }
  }
}

Changes

Changed in 5 of the 55 revisions of this API.134

    • removed the CardanoImmutableFilesFull enum value from the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new CardanoBlocksTransactions enum value to the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new CardanoDatabase enum value to the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-added

    • added the required property capabilities/aggregate_signature_type to the response with the 200 status

      response-required-property-added

  • 1b81bf42f34b112See the full diff
    • removed the required property capabilities/aggregate_signature_type from the response with the 200 status

      response-required-property-removed

    • added the new CardanoImmutableFilesFull enum value to the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-added

    • removed the CardanoBlocksTransactions enum value from the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-removed

    • removed the CardanoDatabase enum value from the capabilities/signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog