Get protocol configuration for a specific epoch

Returns the information related to the protocol configuration at a given epoch:

  • epoch
  • protocol parameters
  • cardano transactions signing configuration
  • enabled signed entity types
get/protocol-configuration/{epoch}

Path parameters

epochinteger required
Example:419

Epoch of the protocol configuration to list

Response

protocol configuration found

available_signed_entity_typesSignedEntityTypes[] required

Available signed entity types that are signed by the aggregator

Example response

{
  "protocol_parameters": {
    "k": 9,
    "m": 77,
    "phi_f": 0.5
  },
  "cardano_transactions_signing_config": {
    "security_parameter": 100,
    "step": 10
  },
  "available_signed_entity_types": [
    "MithrilStakeDistribution",
    "CardanoDatabase",
    "CardanoTransactions",
    "CardanoBlocksTransactions"
  ]
}

Changes

Changed in 7 of the 55 revisions of this API.224

    • removed the CardanoImmutableFilesFull enum value from the available_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 available_signed_entity_types/items/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property cardano_blocks_transactions_signing_config to the response with the 200 status

      response-optional-property-added

    • the response property cardano_transactions_signing_config became optional for the status 200

      response-property-became-optional

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

      response-property-enum-value-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

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