Skip to main content

Latest epoch

GET /epochs/latest

Return the information about the latest, therefore current, epoch.

Request

Responses

Return the data about the epoch


Schema
    epoch integer required

    Epoch number

    start_time integer required

    Unix time of the start of the epoch

    end_time integer required

    Unix time of the end of the epoch

    first_block_time integer required

    Unix time of the first block of the epoch

    last_block_time integer required

    Unix time of the last block of the epoch

    block_count integer required

    Number of blocks within the epoch

    tx_count integer required

    Number of transactions within the epoch

    output string required

    Sum of all the transactions within the epoch in Lovelaces

    fees string required

    Sum of all the fees within the epoch in Lovelaces

    active_stake string nullable required

    Sum of all the active stakes within the epoch in Lovelaces

Loading...