Blockfrost.Cardano.Pools (Blockfrost v0.2.0) View Source

Functions for to the /pools namespace in the Blockfrost API

Link to this section Summary

Functions

List of already retired pools

List of stake pools retiring in the upcoming epochs

List of registered stake pools.

List of current stake pools delegators

History of stake pool parameters over epochs

Stake pool registration metadata

List of certificate updates to the stake pool

Link to this section Functions

Link to this function

list_of_retired_stake_pools(name, opts \\ [])

View Source

Specs

List of already retired pools

Supports pagination.

API Docs

Link to this function

list_of_retiring_stake_pools(name, opts \\ [])

View Source

Specs

List of stake pools retiring in the upcoming epochs

Supports pagination.

API Docs

Link to this function

list_of_stake_pools(name, opts \\ [])

View Source

Specs

List of registered stake pools.

Supports pagination.

API Docs

Link to this function

specific_stake_pool(name, pool_id, opts \\ [])

View Source

Specs

Pool information

API Docshttps://docs.blockfrost.io/#tag/Cardano-Pools/paths/~1pools~1{pool_id}/get

Link to this function

stake_pool_blocks(name, pool_id, opts \\ [])

View Source

Specs

stake_pool_blocks(Blockfrost.t(), String.t(), Keyword.t()) ::
  {:ok, StakePoolblocksResponse.t()} | Blockfrost.HTTP.error_response()

List of stake pools blocks

Supports pagination.

API Docs

Link to this function

stake_pool_delegators(name, pool_id, opts \\ [])

View Source

Specs

List of current stake pools delegators

Supports pagination.

https://docs.blockfrost.io/#tag/Cardano-Pools/paths/~1pools~1{pool_id}~1delegators/get

Link to this function

stake_pool_history(name, pool_id, opts \\ [])

View Source

Specs

History of stake pool parameters over epochs

Supports pagination.

API Docs

Link to this function

stake_pool_metadata(name, pool_id, opts \\ [])

View Source

Stake pool registration metadata

Supports pagination.

API Docs

Link to this function

stake_pool_relays(name, pool_id, opts \\ [])

View Source

Specs

Relays of a stake pool

Supports pagination.

API Docs

Link to this function

stake_pool_updates(name, pool_id, opts \\ [])

View Source

Specs

List of certificate updates to the stake pool

Supports pagination.

API Docs