Blockfrost.Cardano.Accounts (Blockfrost v0.1.1) View Source
Functions for to the /accounts namespace in the Blockfrost API
Link to this section Summary
Functions
Obtains the addresses associated to a specific account
Obtains information about the delegation history of a specific acc
Obtains information about the history of a specific account
Obtains the MIR history of a specific account
Obtains the registration history of a specific account
Obtains reward history of a specific account
Obtains the retrieval history of a specific account
Obtain information about assets associated with addresses of a specific account.
Obtains information about a specific account address
Link to this section Functions
Specs
account_associated_addresses(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountAssociatedAdressesResponse.t()} | Blockfrost.HTTP.error_response()
Obtains the addresses associated to a specific account
Supports pagination.
Specs
account_delegation_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountDelegationHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains information about the delegation history of a specific acc
Supports pagination.
Specs
account_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains information about the history of a specific account
Supports pagination.
Specs
account_mir_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountMIRHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains the MIR history of a specific account
Supports pagination.
Specs
account_registration_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountRegistrationHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains the registration history of a specific account
Supports pagination.
Specs
account_reward_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountRewardHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains reward history of a specific account
Supports pagination.
Specs
account_withdrawal_history(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AccountWithdrawalHistoryResponse.t()} | Blockfrost.HTTP.error_response()
Obtains the retrieval history of a specific account
Supports pagination.
assets_associated_with_account_address(name, stake_address, opts \\ [])
View SourceSpecs
assets_associated_with_account_address(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.AssetsAssociatedWithAccountAddressResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about assets associated with addresses of a specific account.
Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
Supports pagination.
Specs
specific_account_address(Blockfrost.t(), String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.SpecificAccountAddressResponse.t()} | Blockfrost.HTTP.error_response()
Obtains information about a specific account address