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

Link to this function

account_associated_addresses(name, stake_address, opts \\ [])

View Source

Specs

Obtains the addresses associated to a specific account

Supports pagination.

API Docs

Link to this function

account_delegation_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains information about the delegation history of a specific acc

Supports pagination.

API Docs

Link to this function

account_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains information about the history of a specific account

Supports pagination.

API Docs

Link to this function

account_mir_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains the MIR history of a specific account

Supports pagination.

API Docs

Link to this function

account_registration_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains the registration history of a specific account

Supports pagination.

API Docs

Link to this function

account_reward_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains reward history of a specific account

Supports pagination.

API Docs

Link to this function

account_withdrawal_history(name, stake_address, opts \\ [])

View Source

Specs

Obtains the retrieval history of a specific account

Supports pagination.

API Docs

Link to this function

assets_associated_with_account_address(name, stake_address, opts \\ [])

View Source

Specs

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.

API Docs

Link to this function

specific_account_address(name, stake_address, opts \\ [])

View Source

Specs

Obtains information about a specific account address

API Docs