Skip to main content

Query summary of blockchain eras

GET /network/eras

Returns start and end of each era along with parameters that can vary between hard forks.

Request

Responses

Returns era summaries content.


Schema
  • Array [
  • start objectrequired

    Start of the blockchain era, relative to the start of the network

    time number required

    Time in seconds relative to the start time of the network

    slot integer required

    Absolute slot number

    epoch integer required

    Epoch number

    end objectrequired

    End of the blockchain era, relative to the start of the network

    time number required

    Time in seconds relative to the start time of the network

    slot integer required

    Absolute slot number

    epoch integer required

    Epoch number

    parameters objectrequired

    Era parameters

    epoch_length integer required

    Epoch length in number of slots

    slot_length number required

    Slot length in seconds

    safe_zone integer required

    Zone in which it is guaranteed that no hard fork can take place

  • ]
Loading...