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
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
}
}
}