Cardano · Example Payload

Genesis Content Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Genesis Content Example is an example object payload from Cardano, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

active_slots_coefficientupdate_quorummax_lovelace_supplynetwork_magicepoch_lengthsystem_startslots_per_kes_periodslot_lengthmax_kes_evolutionssecurity_param

Example Payload

Raw ↑
{
  "active_slots_coefficient": 0.0,
  "update_quorum": 5,
  "max_lovelace_supply": "45000000000000000",
  "network_magic": 764824073,
  "epoch_length": 432000,
  "system_start": 1506203091,
  "slots_per_kes_period": 129600,
  "slot_length": 1,
  "max_kes_evolutions": 62,
  "security_param": 2160
}