Skip to main content

Era summary

Returns the blockchain era summary.

Responses

Get era summaries


Schema
    data object[] required
  • Array [
  • end object required
    epoch int64 required
    slot int64 required
    time object required
    seconds int64 required
    parameters object required
    epoch_length int64 required
    safe_zone int64 required
    slot_length object required
    milliseconds int64 required
    start object required
    epoch int64 required
    slot int64 required
    time object required
    seconds int64 required
  • ]
  • last_updated object required

    Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.

    block_hash string required

    Hex-encoded hash of the most recently processed block (aka chain tip)

    block_slot int64 required

    Absolute slot of the most recently processed block (aka chain tip)

    timestamp string required

    UTC timestamp of when the most recently processed block was minted

Loading...