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
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
}
}
}Changes
Changed in 5 of the 55 revisions of this API.134
- ○
removed the
CardanoImmutableFilesFullenum value from thecapabilities/signed_entity_types/items/response property for the response status200response-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
CardanoBlocksTransactionsenum value to thecapabilities/signed_entity_types/items/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
CardanoDatabaseenum value to thecapabilities/signed_entity_types/items/response property for the response status200response-property-enum-value-added
- ●
- ○
added the required property
capabilities/aggregate_signature_typeto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
capabilities/aggregate_signature_typefrom the response with the200statusresponse-required-property-removed
- ●
added the new
CardanoImmutableFilesFullenum value to thecapabilities/signed_entity_types/items/response property for the response status200response-property-enum-value-added
- ○
removed the
CardanoBlocksTransactionsenum value from thecapabilities/signed_entity_types/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
CardanoDatabaseenum value from thecapabilities/signed_entity_types/items/response property for the response status200response-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
- ▲