Parameters
status: stable
Returns the set of network parameters for the current epoch.
GET
/network/parameters
curl \
--request GET 'https://localhost:8090/v2/network/parameters'
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (200)
{
"genesis_block_hash": "3c07030e36bfffe67e2e2ec09e5293d384637cd2f004356ef320f3fe6c52041a",
"blockchain_start_time": "2019-02-27T14:46:45Z",
"slot_length": {
"quantity": 10.0,
"unit": "second"
},
"epoch_length": {
"quantity": 42000,
"unit": "slot"
},
"security_parameter": {
"quantity": 1337,
"unit": "block"
},
"active_slot_coefficient": {
"quantity": 42,
"unit": "percent"
},
"decentralization_level": {
"quantity": 42,
"unit": "percent"
},
"desired_pool_number": 100,
"eras": {
"byron": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"shelley": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"allegra": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"mary": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"alonzo": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"babbage": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
},
"conway": {
"epoch_number": 14,
"epoch_start_time": "2019-02-27T14:46:45Z"
}
},
"maximum_collateral_input_count": 3,
"minimum_collateral_percentage": 42,
"maximum_token_bundle_size": {
"quantity": 4000,
"unit": "byte"
},
"execution_unit_prices": {
"step_price": 42.0,
"memory_unit_price": 42.0
}
}