cardano-community / koios-artifacts

Artifacts for https://koios.rest and https://api.koios.rest websites
Creative Commons Attribution 4.0 International
20 stars 25 forks source link

All null Epoch Params Response from Koios #156

Closed edridudi closed 1 year ago

edridudi commented 1 year ago

curl -X GET "https://api.koios.rest/api/v0/epoch_params?_epoch_no=389" \ -H "Accept: application/json"

 [
  {
    "epoch_no": 389,
    "min_fee_a": null,
    "min_fee_b": null,
    "max_block_size": null,
    "max_tx_size": null,
    "max_bh_size": null,
    "key_deposit": null,
    "pool_deposit": null,
    "max_epoch": null,
    "optimal_pool_count": null,
    "influence": null,
    "monetary_expand_rate": null,
    "treasury_growth_rate": null,
    "decentralisation": null,
    "extra_entropy": null,
    "protocol_major": null,
    "protocol_minor": null,
    "min_utxo_value": null,
    "min_pool_cost": null,
    "nonce": "0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8",
    "block_hash": null,
    "cost_models": null,
    "price_mem": null,
    "price_step": null,
    "max_tx_ex_mem": null,
    "max_tx_ex_steps": null,
    "max_block_ex_mem": null,
    "max_block_ex_steps": null,
    "max_val_size": null,
    "collateral_percent": null,
    "max_collateral_inputs": null,
    "coins_per_utxo_size": null
  }
]
rdlrt commented 1 year ago

Resolved via #149 , will be part of koios 1.0.10