v53

latestOpenAPI 3.1.1BSD 3-Clause Licenseraw.githubusercontent.com2026-08-013157111.1 KB

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
    }
  }
}
All 31 operations