Skip to main content

Detailed information about account associated addresses

GET /accounts/:stake_address/addresses/total

Obtain summed details about all addresses associated with a given 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.

Request

Path Parameters

    stake_address string required

    Bech32 address.

    Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz
Responses

Return the Address details.


Schema
    stake_address string required

    Bech32 encoded stake address

    received_sum object[]required
  • Array [
  • unit Lovelace or concatenation of asset policy_id and hex-encoded asset_name required

    The unit of the value

    quantity string required

    The quantity of the unit

  • ]
  • sent_sum object[]required
  • Array [
  • unit Lovelace or concatenation of asset policy_id and hex-encoded asset_name required

    The unit of the value

    quantity string required

    The quantity of the unit

  • ]
  • tx_count integer required

    Count of all transactions for all addresses associated with the account

Loading...