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
Path parameters
Epoch of the protocol configuration to list
Response
protocol configuration found
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
CardanoImmutableFilesFullenum value from theavailable_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 theavailable_signed_entity_types/items/response property for the response status200response-property-enum-value-added
- ○
added the optional property
cardano_blocks_transactions_signing_configto the response with the200statusresponse-optional-property-added
- ●
- ▲
the response property
cardano_transactions_signing_configbecame optional for the status200response-property-became-optional
- ▲
- ●
added the new
CardanoDatabaseenum value to theavailable_signed_entity_types/items/response property for the response status200response-property-enum-value-added
- ●
- ○
added the non-success response with the status
404response-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
- ▲