Blockfrost.Cardano.Epochs (Blockfrost v0.1.1) View Source

Functions for to the /epochs namespace in the Blockfrost API

Link to this section Summary

Functions

Return the blocks minted for the epoch specified.

Return the block minted for the epoch specified by stake pool.

Return the information about the latest, therefore current, epoch

Return the protocol parameters for the latest epoch

Return the list of epochs following a specific epoch.

Return the list of epochs preceding a specific epoch.

Return the protocol parameters for the epoch specified.

Return the content of the requested epoch

Return the active stake distribution for the specified epoch.

Return the active stake distribution for the epoch specified by stake pool.

Link to this section Functions

Link to this function

block_distribution(name, epoch_number, opts \\ [])

View Source

Specs

Return the blocks minted for the epoch specified.

Supports pagination.

API Docs

Link to this function

block_distribution_by_pool(name, epoch_number, pool_id, opts \\ [])

View Source

Return the block minted for the epoch specified by stake pool.

Supports pagination.

API Docs

Link to this function

latest_epoch(name, opts \\ [])

View Source

Specs

Return the information about the latest, therefore current, epoch

API Docs

Link to this function

latest_epoch_protocol_parameters(name, opts \\ [])

View Source

Specs

Return the protocol parameters for the latest epoch

API Docs

Link to this function

listing_of_next_epochs(name, epoch_number, opts \\ [])

View Source

Specs

Return the list of epochs following a specific epoch.

Supports pagination.

API Docs

Link to this function

listing_of_previous_epochs(name, epoch_number, opts \\ [])

View Source

Specs

Return the list of epochs preceding a specific epoch.

Supports pagination.

API Docs

Link to this function

protocol_parameters(name, epoch_number, opts \\ [])

View Source

Specs

Return the protocol parameters for the epoch specified.

API Docs

Link to this function

specific_epoch(name, epoch_number, opts \\ [])

View Source

Specs

Return the content of the requested epoch

API Docs

Link to this function

stake_distribution(name, epoch_number, opts \\ [])

View Source

Specs

Return the active stake distribution for the specified epoch.

Supports pagination.

API Docs

Link to this function

stake_distribution_by_pool(name, epoch_number, pool_id, opts \\ [])

View Source

Specs

Return the active stake distribution for the epoch specified by stake pool.

Supports pagination.

API Docs