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

Functions for to the /addresses namespace in the Blockfrost API

Link to this section Summary

Functions

Obtain details about a specific address

Transactions of a specific address

UTXOs of a specific address

Obtain information about a specific address

Link to this section Functions

Link to this function

address_details(name, address, opts \\ [])

View Source

Specs

Obtain details about a specific address

API Docs

Link to this function

address_transactions(name, address, opts \\ [])

View Source

Specs

Transactions of a specific address

Supports pagination.

Takes two additional options:

  • :from: The block number and optionally also index from which (inclusive) to start search for results, concatenated using colon. Has to be lower than or equal to to parameter. Example: "8929261"
  • :to: The block number and optionally also index where (inclusive) to end the search for results, concatenated using colon. Has to be higher than or equal to from parameter. Example: "9999269:10"

API Docs

Link to this function

address_utxos(name, address, opts \\ [])

View Source

Specs

UTXOs of a specific address

Supports pagination.

API Docs

Link to this function

specific_address(name, address, opts \\ [])

View Source

Specs

Obtain information about a specific address

API Docs