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.
Pool information
List of stake pools blocks
List of current stake pools delegators
History of stake pool parameters over epochs
Stake pool registration metadata
Relays of a stake pool
List of certificate updates to the stake pool
Link to this section Functions
Specs
list_of_retired_stake_pools(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.ListOfRetiredStakePoolsResponse.t()} | Blockfrost.HTTP.error_response()
List of already retired pools
Supports pagination.
Specs
list_of_retiring_stake_pools(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.ListOfRetiringStakePoolsResponse.t()} | Blockfrost.HTTP.error_response()
List of stake pools retiring in the upcoming epochs
Supports pagination.
Specs
list_of_stake_pools(Blockfrost.t(), Keyword.t()) :: {:ok, Blockfrost.Response.ListOfStakePoolsResponse.t()} | Blockfrost.HTTP.error_response()
List of registered stake pools.
Supports pagination.
Specs
specific_stake_pool(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.SpecificStakePoolResponse.t()} | Blockfrost.HTTP.error_response()
Pool information
API Docshttps://docs.blockfrost.io/#tag/Cardano-Pools/paths/~1pools~1{pool_id}/get
Specs
stake_pool_blocks(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, StakePoolblocksResponse.t()} | Blockfrost.HTTP.error_response()
List of stake pools blocks
Supports pagination.
Specs
stake_pool_delegators(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.StakePoolDelegatorsResponse.t()} | Blockfrost.HTTP.error_response()
List of current stake pools delegators
Supports pagination.
https://docs.blockfrost.io/#tag/Cardano-Pools/paths/~1pools~1{pool_id}~1delegators/get
Specs
stake_pool_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.StakePoolHistoryResponse.t()} | Blockfrost.HTTP.error_response()
History of stake pool parameters over epochs
Supports pagination.
Stake pool registration metadata
Supports pagination.
Specs
stake_pool_relays(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.StakePoolRelaysResponse.t()} | Blockfrost.HTTP.error_response()
Relays of a stake pool
Supports pagination.
Specs
stake_pool_updates(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.StakePoolUpdatesResponse.t()} | Blockfrost.HTTP.error_response()
List of certificate updates to the stake pool
Supports pagination.